We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e9cc3 commit 5916cc7Copy full SHA for 5916cc7
.github/workflows/auto-merge.yml
@@ -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
@@ -10,7 +10,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
- token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
+ token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
release-type: node
15
package-name: sql-highlight
16
# The logic below handles the npm publication:
0 commit comments