Skip to content

Commit

Permalink
upd wf
Browse files Browse the repository at this point in the history
  • Loading branch information
mapx- committed Aug 29, 2024
1 parent f040f3e commit 25d4c4b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/del-runs-comments.yml
Original file line number Diff line number Diff line change
@@ -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






1 change: 1 addition & 0 deletions .github/workflows/on-issue-comment.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: on-issue-comment
on:
issue_comment:
types: created
Expand Down

0 comments on commit 25d4c4b

Please sign in to comment.