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 348b919 commit b4accc1Copy full SHA for b4accc1
.github/workflows/ci.yml
@@ -27,3 +27,19 @@ jobs:
27
- name: Run tests
28
run: |
29
bin/rspec
30
+ merge:
31
+ if: ${{ contains(github.event.pull_request.labels.*.name, 'automerge') }}
32
+ runs-on: ubuntu-latest
33
+ needs: qa
34
+ permissions:
35
+ contents: write
36
+ pull-requests: write
37
+ steps:
38
+ - name: Merge pull request
39
+ uses: pascalgn/[email protected]
40
+ env:
41
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
+ MERGE_LABELS: "automerge"
43
+ MERGE_METHOD: "squash"
44
+ MERGE_COMMIT_MESSAGE: "pull-request-title-and-description"
45
+ MERGE_DELETE_BRANCH: "true"
.kodiak.toml
0 commit comments