We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff04a2 commit 5c14543Copy full SHA for 5c14543
1 file changed
.github/workflows/PRGovernance.yaml
@@ -111,15 +111,3 @@ jobs:
111
112
core.setFailed("CHANGELOG.md must be updated.");
113
}
114
-
115
- auto-merge-ignore:
116
- needs: analyze-pr
117
- runs-on: ubuntu-latest
118
119
- steps:
120
- - uses: actions/checkout@v4
121
- - name: Auto merge PR
122
- if: needs.analyze-pr.outputs.onlyIgnored == 'true'
123
- run: gh pr merge ${{ github.event.pull_request.number }} --merge --auto
124
- env:
125
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments