Skip to content

Commit

Permalink
Testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
john-westcott-iv committed Nov 25, 2024
1 parent d42de30 commit de83ed4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dvcs_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
pull_request:
types: [opened, edited, reopened, synchronize]
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 de83ed4

Please sign in to comment.