Skip to content

Commit

Permalink
Fix PR title for contributors updates
Browse files Browse the repository at this point in the history
  • Loading branch information
evroon committed Feb 10, 2024
1 parent a0e2a5f commit b8eb0e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: "Update contributors in README.md"
pr_title_on_protected: "Update contributors in README.md"

update-contributors-docs:
runs-on: ubuntu-latest
Expand All @@ -29,3 +30,4 @@ jobs:
with:
readme_path: "docs/docs/community/contributing.md"
commit_message: "Update contributors in docs"
pr_title_on_protected: "Update contributors in docs"

0 comments on commit b8eb0e6

Please sign in to comment.