Skip to content

Commit

Permalink
Merge pull request #158 from Gyanthakur/Gyanthakur-patch-13
Browse files Browse the repository at this point in the history
Update assign-user.yml
  • Loading branch information
Gyanthakur authored Oct 6, 2024
2 parents 516ba81 + 11a20f4 commit 609fa17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/assign-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ on:
push:
branches: ['**'] # Matches all branches
pull_request:
branches: ['**'] # Trigger on pull requests for all branches
branches: ['**'] # Trigger on pull requests all branches
types: [opened, reopened]
issues:
types: [opened, reopened]
permissions:
pull-requests: write # Ensure permissions are granted for pull requests

jobs:
assign-author:
Expand Down

0 comments on commit 609fa17

Please sign in to comment.