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 de3acb4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/dvcs_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
pull_request:
types: [opened, edited, reopened, synchronize]
permissions:
pull-requests: write
jobs:
dvcs_pr_checker:
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 de3acb4

Please sign in to comment.