Skip to content

Oopsie binding file wasn't named right #37

Oopsie binding file wasn't named right

Oopsie binding file wasn't named right #37

Workflow file for this run

name: 'Check for merge conflicts'
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: mschilde/[email protected]
with:
CONFLICT_LABEL_NAME: "Has Conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}