Skip to content

Commit

Permalink
Automatically submit issue reports on merging
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Sep 5, 2023
1 parent fec4062 commit e506ba8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/submit-issue.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
on:
push:
paths:
- 'issue-reports/**'
workflow_dispatch:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

name: Submit issue from validate-repos to relevant github repo
jobs:
update:
Expand Down

0 comments on commit e506ba8

Please sign in to comment.