Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dependabot): Change event type to
pull_request
. (#10144)
**What this PR does / why we need it**: We are still facing permission error in enabling auto-merge for dependabot PRs example: https://github.com/grafana/loki/actions/runs/5737803871/job/15550129786?pr=10138 After discussing it with internal security team, they asked to try changing the event type from `pull_request_target` -> `pull_request`. Personally, I suspect this would make any difference, given It worked with `pull_request_target` when testing it with my personal repo. https://github.com/kavirajk/dependabot-play/blob/main/.github/workflows/dependabot_reviewer.yml#L5 Auto-merged PR. kavirajk/dependabot-play#15 But still wanted to test this. **Which issue(s) this PR fixes**: Fixes #<issue number> **Special notes for your reviewer**: **Checklist** - [x] Reviewed the [`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md) guide (**required**) Signed-off-by: Kaviraj <[email protected]>
- Loading branch information