Skip to content

Commit

Permalink
Create assign_issue_number.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIV5T3R authored May 30, 2024
1 parent a8dfd9d commit 1ec7288
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/assign_issue_number.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/.github/.github/workflows/generate_issue_number.yml@master
secrets:
app_id: ${{ secrets.ISSUE_GEN_APP_ID }}
app_key: ${{ secrets.ISSUE_GEN_APP_KEY }}

0 comments on commit 1ec7288

Please sign in to comment.