Browse Source

Resolve `detect-conflicts.yml`

pull/15316/head
Yurii Motov 3 months ago
parent
commit
fe70e9c7ab
  1. 4
      .github/workflows/detect-conflicts.yml

4
.github/workflows/detect-conflicts.yml

@ -1,9 +1,11 @@
name: "Conflict detector"
on:
push:
pull_request_target:
pull_request_target: # zizmor: ignore[dangerous-triggers]
types: [synchronize]
permissions: {}
jobs:
main:
permissions:

Loading…
Cancel
Save