Skip to content

Commit 5c14543

Browse files
authored
Update PRGovernance.yaml
1 parent 5ff04a2 commit 5c14543

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/PRGovernance.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,3 @@ jobs:
111111
112112
core.setFailed("CHANGELOG.md must be updated.");
113113
}
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

Comments
 (0)