Skip to content

Commit

Permalink
fix: another automerge test
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Feb 20, 2023
1 parent 6a88d5a commit 8cce26c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
token: ${{ secrets.TOKEN }}
release-type: simple
package-name: release-please-action
automerge:
runs-on: ubuntu-latest
steps:
- uses: "pascalgn/automerge-action@v0.15.6"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.TOKEN }}"
MERGE_METHOD: "merge"
MERGE_LABELS: ""
MERGE_FILTER_AUTHOR: "builder555"
MERGE_FORKS: "false"

0 comments on commit 8cce26c

Please sign in to comment.