Skip to content

Commit

Permalink
update approval pr target
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Sep 13, 2023
1 parent f202be5 commit 3c2655e
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/approve.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
name: pr

on:
pull_request_target:
types:
- opened
- labeled
- unlabeled
- assigned
- unassigned
- edited
- synchronize

pull_request:
branches:
- master
types:
- opened
- edited
- synchronize
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
commit-changes:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3c2655e

Please sign in to comment.