Skip to content

Commit

Permalink
Use code-owner-self-merge fork that supports optional pinging (#3521)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall authored Jan 19, 2024
1 parent f0ce05a commit 71d4f4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeowners-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
steps:
- uses: 'actions/checkout@v4'
- name: 'Run Codeowners merge check'
uses: 'OSS-Docs-Tools/code-owner-self-merge@1.6.5'
uses: 'fox-forks/code-owner-self-merge@8b5015c0e9a2dc8401cb3cde1bce517b044a99af'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
merge_method: 'squash'
ownerNoPings: '["@hyperupcall"]'

0 comments on commit 71d4f4c

Please sign in to comment.