Skip to content

Commit 5916cc7

Browse files
committed
ci: auto merge dependabot prs
1 parent 38e9cc3 commit 5916cc7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/auto-merge.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: auto-merge
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
auto-merge:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: ahmadnassri/action-dependabot-auto-merge@v2
12+
with:
13+
target: minor
14+
github-token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: google-github-actions/release-please-action@v3
1111
id: release
1212
with:
13-
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
13+
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
1414
release-type: node
1515
package-name: sql-highlight
1616
# The logic below handles the npm publication:

0 commit comments

Comments
 (0)