From 25d4c4bc7f85d8a4991ad732db80ea3c1f99f818 Mon Sep 17 00:00:00 2001 From: mapx <10303732+mapx-@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:09:04 +0300 Subject: [PATCH] upd wf --- .github/workflows/del-runs-comments.yml | 19 +++++++++++++++++++ .github/workflows/on-issue-comment.yml | 1 + 2 files changed, 20 insertions(+) create mode 100644 .github/workflows/del-runs-comments.yml diff --git a/.github/workflows/del-runs-comments.yml b/.github/workflows/del-runs-comments.yml new file mode 100644 index 00000000..e79ebde7 --- /dev/null +++ b/.github/workflows/del-runs-comments.yml @@ -0,0 +1,19 @@ +name: del-runs-comments +on: workflow_dispatch +jobs: + runx: + runs-on: ubuntu-latest + permissions: write-all + steps: + - uses: christosgalano/delete-workflow-runs@v1.0.0 + with: + owner: uBlockOrigin + repo: uBlock-issues + token: ${{ secrets.GITHUB_TOKEN }} + workflow: on-issue-comment + + + + + + \ No newline at end of file diff --git a/.github/workflows/on-issue-comment.yml b/.github/workflows/on-issue-comment.yml index 0fac8819..c630de30 100644 --- a/.github/workflows/on-issue-comment.yml +++ b/.github/workflows/on-issue-comment.yml @@ -1,3 +1,4 @@ +name: on-issue-comment on: issue_comment: types: created