Skip to content

fix: race condition when activating auto-merge, now handled gracefully #72

fix: race condition when activating auto-merge, now handled gracefully

fix: race condition when activating auto-merge, now handled gracefully #72

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
paths-ignore: # remove this clause if CodeQL is a required check
- '**/*.md'
schedule:
- cron: '39 19 * * 5'
permissions:
contents: read
jobs:
codeql:
permissions:
contents: read
security-events: write
uses: ./.github/workflows/codeql.yml
secrets: inherit