Skip to content

Commit

Permalink
Fix assign-issues workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-grecourt committed Aug 28, 2024
1 parent 3b5615c commit 2d2131c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/assign-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@

name: Assign Issue to Project

#on:
# issues:
# types: [opened, reopened]
#env:
# GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
on:
push:
issues:
types: [opened, reopened]
env:
GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}

jobs:
Assign-Issue-To-Backlog:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: etc/scripts/assign-issue.sh $GITHUB_REPOSITORY ${{ github.event.issue.number }} Backlog Triage
- run: |
# etc/scripts/assign-issue.sh $GITHUB_REPOSITORY ${{ github.event.issue.number }} Backlog Triage

0 comments on commit 2d2131c

Please sign in to comment.