ci: remove completed issue run
This commit is contained in:
parent
63c8245f98
commit
a05c07785a
1 changed files with 7 additions and 0 deletions
7
.github/workflows/issue-welcome.yml
vendored
7
.github/workflows/issue-welcome.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
|
||||
permissions:
|
||||
issues: write
|
||||
actions: write
|
||||
|
||||
jobs:
|
||||
supporter-priority-note:
|
||||
|
|
@ -22,3 +23,9 @@ jobs:
|
|||
|
||||
If you support OpenCADStudio on [Patreon](https://www.patreon.com/HakanSeven12), send me either your GitHub username or this issue number in a Patreon message. After I verify your support, I will prioritize the issue.
|
||||
EOF
|
||||
|
||||
- name: Remove this run from Actions history
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
GH_REPO: ${{ github.repository }}
|
||||
run: gh api --method DELETE "repos/$GH_REPO/actions/runs/$GITHUB_RUN_ID"
|
||||
|
|
|
|||
Loading…
Reference in a new issue