/home/techb158/.nvm/.github/workflows
NameSizeModeActions
latest-npm.yml20520664editdlrm
lint.yml19380664editdlrm
rebase.yml4580664editdlrm
release.yml9320664editdlrm
require-allow-edits.yml4340664editdlrm
shellcheck.yml15100664editdlrm
toc.yml9530664editdlrm
windows-npm.yml42570664editdlrm
Edit: /home/techb158/.nvm/.github/workflows/rebase.yml (458B)
name: Automatic Rebase on: [pull_request_target] jobs: _: permissions: contents: write name: "Automatic Rebase" runs-on: ubuntu-latest steps: - name: Harden Runner uses: step-security/harden-runner@v1 with: allowed-endpoints: api.github.com:443 github.com:443 - uses: actions/checkout@v3 - uses: ljharb/rebase@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}