Skip to content

Download artifact by ID, it isn't available in the workflow_run #1313

Download artifact by ID, it isn't available in the workflow_run

Download artifact by ID, it isn't available in the workflow_run #1313

name: Merge Conflicts
on:
push:
branches:
- master
permissions:
contents: read
pull-requests: write
jobs:
validate:
name: Check for merge conflicts
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: '⚡ Merge Conflicts'
GITHUB_TOKEN: "${{ secrets.ACCESS_TOKEN }}"