Skip to content

Commit a641a67

Browse files
committed
ci: Use other conflict checker action
1 parent e5b19f3 commit a641a67

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pr-conflicts.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ on:
99

1010
jobs:
1111
build:
12-
name: potential-conflicts-checker
12+
name: Warn potential conflicts
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: cynkra/[email protected]
15+
- uses: actions/checkout@v3
16+
- uses: cynkra/conflibot@v1
1617
with:
17-
ghToken: ${{ secrets.GITHUB_TOKEN }}
18+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)