Skip to content

Commit

Permalink
Add dvcs github check
Browse files Browse the repository at this point in the history
  • Loading branch information
john-westcott-iv committed Nov 21, 2024
1 parent 0bb17c4 commit 8bc4dad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dvcs_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: [ pull_request_target ]
jobs:
dvcs_pr_checker:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
name: Check the PR for DVCS integration
steps:
- id: foo
uses: ansible/dvcs-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8bc4dad

Please sign in to comment.