Skip to content

Commit 2a6b089

Browse files
committed
conflibot
1 parent 0699826 commit 2a6b089

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/workflows/conflibot.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: conflibot
2+
on: [push, pull_request_target]
3+
4+
permissions:
5+
contents: read
6+
pull-requests: write
7+
# Enforce other not needed permissions are off
8+
actions: none
9+
checks: none
10+
deployments: none
11+
issues: none
12+
#metadata: read
13+
packages: none
14+
repository-projects: none
15+
security-events: none
16+
statuses: none
17+
18+
jobs:
19+
conflibot:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- uses: actions/checkout@v2
23+
- name: Warn potential conflicts
24+
uses: udjinm6/conflibot@v1.1.2
25+
with:
26+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)