Skip to content

Commit 57d5fe2

Browse files
authored
Merge pull request #2 from darshit2308/demo/central-review-sync-canary
Add central review-sync canary workflow (dry-run)
2 parents deb755e + ae46bc0 commit 57d5fe2

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Central Review Sync Canary
2+
3+
on:
4+
workflow_dispatch:
5+
6+
permissions:
7+
contents: read
8+
pull-requests: read
9+
issues: write
10+
checks: read
11+
12+
jobs:
13+
review-sync-canary:
14+
runs-on: ubuntu-latest
15+
16+
steps:
17+
- name: Harden runner
18+
uses: step-security/harden-runner@v2
19+
with:
20+
egress-policy: audit
21+
22+
- name: Checkout repository
23+
uses: actions/checkout@v4
24+
25+
- name: Run central review sync (dry-run)
26+
uses: darshit2308/sdk-automations/actions/review-sync@main
27+
with:
28+
config-path: .github/hiero-automation.yml
29+
github-token: ${{ github.token }}
30+
dry-run: true

0 commit comments

Comments
 (0)