Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a5eebc468 | |||
| 7211ce227c | |||
| f367796244 |
@@ -38,10 +38,11 @@ jobs:
|
|||||||
&& (github.actor == 'steve'
|
&& (github.actor == 'steve'
|
||||||
|| github.actor == 'fizi'
|
|| github.actor == 'fizi'
|
||||||
|| github.actor == 'dazed'))
|
|| github.actor == 'dazed'))
|
||||||
# Tracks gadfly's v1 release tag — a curated pointer re-moved on each release
|
# Pinned to an immutable gadfly commit (not @v1): our act_runners are long-lived
|
||||||
# (unlike @main, which moves on every push). Central swarm tuning propagates
|
# and cache the reusable-workflow ref, so a moved v1 tag keeps resolving to the
|
||||||
# here automatically; the tradeoff vs a full sha pin is that v1 is mutable.
|
# stale cached copy. A unique sha forces a cache miss → fresh fetch. Bump this
|
||||||
uses: steve/gadfly/.gitea/workflows/review-reusable.yml@v1
|
# sha to adopt central swarm changes.
|
||||||
|
uses: steve/gadfly/.gitea/workflows/review-reusable.yml@7bc3c982fa7b72367034c673f7812bf05e9c503e
|
||||||
# Least privilege: forward only the review secrets (not `secrets: inherit`,
|
# Least privilege: forward only the review secrets (not `secrets: inherit`,
|
||||||
# which would expose every repo secret). GITEA_TOKEN is the automatic token.
|
# which would expose every repo secret). GITEA_TOKEN is the automatic token.
|
||||||
secrets:
|
secrets:
|
||||||
|
|||||||
Reference in New Issue
Block a user