Skip to content

Commit

Permalink
temp commit to test
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Dec 3, 2024
1 parent 45b59bb commit 96057c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/assign_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: "Assign issue to a team"
on:
issues:
types: [opened, reopened]
pull_request:

jobs:
auto_assign_issue:
Expand All @@ -26,4 +27,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
team=`inv -e issue.assign-owner --issue ${{ github.event.issue.number }}`
inv -e issue.assign-owner -i 31657 -d

0 comments on commit 96057c2

Please sign in to comment.