Skip to content

Commit

Permalink
Run self-assign and pr-updates only in create event
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Oct 10, 2023
1 parent 2bccee1 commit 5f4fef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pr-bot-pr-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
pull_request_target:
types: ["synchronize"] # Synchronize is the action that runs after pushes to the user branch
issue_comment:
types: [created]
permissions: read-all
jobs:
process-pr-update:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/self-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name: Assign or close an issue
on:
issue_comment:

types: [created]
jobs:
assign:
permissions:
Expand Down

0 comments on commit 5f4fef0

Please sign in to comment.