Skip to content

Commit

Permalink
comment poster
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst committed Nov 13, 2023
1 parent c1f67ba commit d2dd2b6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,16 @@ jobs:
- uses: actions/checkout@v3

- uses: marocchino/validate-dependabot@v2
id: validate

- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.PR_APP_ID }}
private-key: ${{ secrets.PR_APP_KEY }}

- uses: thollander/actions-comment-pull-request@v2
if: always()
with:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
message: ${{ steps.validate.outputs.markdown }}

0 comments on commit d2dd2b6

Please sign in to comment.