Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/workflows/predict-conflicts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "Check Potential Conflicts"
on: pull_request

permissions:
contents: read
pull-requests: write
# Enforce other not needed permissions are off
actions: none
checks: none
deployments: none
issues: none
#metadata: read
packages: none
repository-projects: none
security-events: none
statuses: none

jobs:
main:
runs-on: ubuntu-latest
steps:
- name: check potential conflicts
uses: outsideris/[email protected]
with:
ghToken: "${{ secrets.GITHUB_TOKEN }}"
1 change: 1 addition & 0 deletions .github/workflows/testfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello from C