Y24-202 - As a TL (Rory Y) in GSU I would like to optimise the cherry picking of low occupancy plates for positive and negative picks on the Tecan robots so that we can reduce turn around times. #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Assign Issue Number | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
call-add-to-project: | |
uses: sanger/.github/.github/workflows/generate_issue_number.yml@master | |
secrets: | |
app_id: ${{ secrets.ISSUE_GEN_APP_ID }} | |
app_key: ${{ secrets.ISSUE_GEN_APP_KEY }} |