Skip to content

Commit

Permalink
Update assign-user.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyanthakur authored Oct 2, 2024
1 parent c04a4ab commit ca49298
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/assign-user.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: 'Author Assign'

on:
pull_request_target:
pull_request:
branches: ['**'] # Trigger on pull requests for all branches
types: [opened, reopened]
issues:
types: [opened, reopened]

#jhgjhg

jobs:
assign-author:
Expand All @@ -13,3 +14,4 @@ jobs:
- uses: toshimaru/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit ca49298

Please sign in to comment.