Skip to content

Commit 4f89a98

Browse files
committed
chore: approve with pat to trigger mirror job
1 parent 8ec1ceb commit 4f89a98

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ updates:
3737
prefix: "fix(docker): "
3838
groups:
3939
docker-minor:
40-
exclude-patterns:
41-
- supabase/logflare
4240
update-types:
4341
- minor
4442
- patch

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: ${{ steps.meta.outputs.update-type == 'version-update:semver-patch' || (!startsWith(steps.meta.outputs.previous-version, '0.') && steps.meta.outputs.update-type == 'version-update:semver-minor') }}
2828
run: gh pr review --approve "${{ github.event.pull_request.html_url }}"
2929
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
3131

3232
# Finally, this sets the PR to allow auto-merging for patch and minor
3333
# updates if all checks pass

0 commit comments

Comments
 (0)