Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
melscoop authored Sep 23, 2024
1 parent b3407b2 commit e57eebd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ on:
jobs:
enforce-comment:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Enforce PR approval comment
uses: the-robots/enforce-pr-comment@v1.0.0
uses: the-robots/enforce-pr-comment@v1.0.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e57eebd

Please sign in to comment.