feat: refactor sgclaw around zeroclaw compat runtime
This commit is contained in:
19
third_party/zeroclaw/.github/workflows/pr-path-labeler.yml
vendored
Normal file
19
third_party/zeroclaw/.github/workflows/pr-path-labeler.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: PR Path Labeler
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
label:
|
||||
name: Apply path labels
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
|
||||
with:
|
||||
sync-labels: true
|
||||
Reference in New Issue
Block a user