dash/.github/workflows/predict-conflicts.yml
PastaPastaPasta 1c925ed3d2
actions: use pull_request_target instead of pull_request, use custom fork (#4647)
* use pull_request_target instead of pull_request

Signed-off-by: Pasta <pasta@dashboost.org>

* use pasta based action 0.1.1

Signed-off-by: Pasta <pasta@dashboost.org>
2021-12-30 22:04:14 +03:00

25 lines
540 B
YAML

name: "Check Potential Conflicts"
on: pull_request_target
permissions:
contents: read
pull-requests: write
# Enforce other not needed permissions are off
actions: none
checks: none
deployments: none
issues: none
packages: none
repository-projects: none
security-events: none
statuses: none
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: check potential conflicts
uses: PastaPastaPasta/potential-conflicts-checker-action@0.1.1
with:
ghToken: "${{ secrets.GITHUB_TOKEN }}"