Skip to content

Commit

Permalink
chore: add pull_request_target (on)
Browse files Browse the repository at this point in the history
chore: add Auto approved automated PR (jobs.auto-approve.steps.with.review-message)
  • Loading branch information
arlac77 committed Nov 2, 2023
1 parent c9bcf31 commit ce799dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto_approve.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Auto approve
'on': pull_request
'on': pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
Expand All @@ -8,3 +8,4 @@ jobs:
if: github.actor == 'dependabot[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
review-message: Auto approved automated PR

0 comments on commit ce799dc

Please sign in to comment.