Skip to content

Commit

Permalink
Merge pull request #937 from sanger/y24-115-auto-issue-gen
Browse files Browse the repository at this point in the history
Y24-115 - Add a reusable workflow to automate the generation of issue title numbers
  • Loading branch information
SHIV5T3R authored Jun 12, 2024
2 parents e650776 + 1ec7288 commit 500825a
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 500825a

Please sign in to comment.