Skip to content

Commit

Permalink
Merge pull request #5 from FAMAF-resources/update_workflow
Browse files Browse the repository at this point in the history
Update auto_assign.yml
  • Loading branch information
AgustinMDominguez authored Jul 27, 2023
2 parents b3f4d31 + 4a939e8 commit 7f7feb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Auto Assign Action'
on:
pull_request:
types: [opened, ready_for_review, labeled, unlabeled]
types: [opened, ready_for_review, labeled, unlabeled, reopened, synchronize]
pull_request_target:
types: [opened, ready_for_review, labeled, unlabeled, reopened, synchronize]

Expand All @@ -13,6 +13,6 @@ jobs:
with:
configuration-path: '.github/list_auto_assign.yml'
repo-token: ${{ secrets.WORKFLOW_TOKEN }}
permissions:
contents: read
pull-requests: write
permissions:
contents: read
pull-requests: write

0 comments on commit 7f7feb8

Please sign in to comment.