Skip to content

Commit 5732c6c

Browse files
Enable dvcs jira check (#717)
Signed-off-by: Rick Elrod <[email protected]> Co-authored-by: John Westcott IV <[email protected]>
1 parent f93c8aa commit 5732c6c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/dvcs_check.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: DVCS (Find Jira Key)
3+
on:
4+
pull_request_target:
5+
jobs:
6+
dvcs_pr_checker:
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
runs-on: ubuntu-latest
11+
name: Check the PR for DVCS integration
12+
steps:
13+
- uses: ansible/dvcs-action@devel
14+
with:
15+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)