Skip to content

Commit

Permalink
Create run_issue_gen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIV5T3R authored Jul 31, 2024
1 parent 00c55cb commit d763313
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/run_issue_gen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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 }}

0 comments on commit d763313

Please sign in to comment.