Skip to content

build: change repo for Dockerfile.GitHubActions.Release to dash-dev-b… #21

build: change repo for Dockerfile.GitHubActions.Release to dash-dev-b…

build: change repo for Dockerfile.GitHubActions.Release to dash-dev-b… #21

name: "Check Potential Conflicts"
on:
- pull_request_target
- pull_request_review
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 for potential conflicts
uses: PastaPastaPasta/potential-conflicts-checker-action@0.1.9
with:
ghToken: "${{ secrets.GITHUB_TOKEN }}"
- name: validate potential conflicts
run: wget https://raw.githubusercontent.com/dashpay/dash/develop/.github/workflows/handle_potential_conflicts.py && pip3 install hjson && python3 handle_potential_conflicts.py "$conflicts"