RPC: Check for passwords in admin endpoints #3748
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Merge Gatekeeper | |
on: | |
pull_request: | |
branches: | |
- "*" | |
jobs: | |
merge-gatekeeper: | |
runs-on: ubuntu-latest | |
name: Merge Gatekeeper | |
permissions: | |
checks: read | |
statuses: read | |
steps: | |
- name: Run Merge Gatekeeper | |
uses: upsidr/merge-gatekeeper@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
self: Merge Gatekeeper | |
interval: 5 | |
timeout: 1800 | |
ignored: PR Agent,E2E Rocks on pixv3,E2E InMemory on pixv3,E2E Rocks on cppv2,E2E InMemory on cppv2 |