forked from guacsec/trustify-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
30 lines (26 loc) · 740 Bytes
/
issues.yaml
File metadata and controls
30 lines (26 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Reconcile GitHub Issue (Comment)
on:
issues:
types:
- opened
- edited
- closed
- reopened
- labeled
- unlabeled
issue_comment:
types:
- created
- edited
concurrency:
group: reconcile-issue-${{ github.event.issue.number }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
reconcile-issue:
if: github.event_name == 'issues' || github.event_name == 'pull_request'
secrets: inherit
uses: guacsec/trustify-release-tools/.github/workflows/reconcile-issue.yaml@main
reconcile-issue-comment:
if: github.event_name == 'issue_comment'
secrets: inherit
uses: guacsec/trustify-release-tools/.github/workflows/reconcile-issue-comment.yaml@main