Skip to content

Y24-246 - [BUG] Backticks cause issue generator action to exit prematurely #3

Y24-246 - [BUG] Backticks cause issue generator action to exit prematurely

Y24-246 - [BUG] Backticks cause issue generator action to exit prematurely #3

Workflow file for this run

name: Assign Issue Number
on:
issues:
types: [opened]
jobs:
call-add-to-project:
uses: sanger/psd_story_number_generator/.github/workflows/generate_issue_number.yml@develop
secrets:
app_id: ${{ secrets.ISSUE_GEN_APP_ID }}
app_key: ${{ secrets.ISSUE_GEN_APP_KEY }}