nope, still doesn't work
oh well
This commit is contained in:
parent
e4cbd276fb
commit
447f94c26c
1 changed files with 0 additions and 16 deletions
16
.github/workflows/nopr.yaml
vendored
16
.github/workflows/nopr.yaml
vendored
|
|
@ -1,16 +0,0 @@
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
close:
|
|
||||||
name: Close Pull Request
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Close Pull Request
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
run: |
|
|
||||||
# Find all open PRs, and close them.
|
|
||||||
gh pr list --repo=${{ github.repository }} --state=open --json=number | jq '.[].number' | xargs gh pr close --repo=${{ github.repository }} -d
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue