Skip to content

Commit dfbfe52

Browse files
authored
Apply remaining changes
1 parent 66ae1be commit dfbfe52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/squad-issue-assign.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ name: Squad Issue Assign
1919
# - Expose secrets, tokens, or internal routing logic in comments.
2020
# - Override or skip the post-check verification job.
2121
# - Escalate its own permissions (e.g., request write access to contents).
22-
# - Process go:* label events unless the repository owner is Azure and
23-
# the sender has repository maintain/admin permission.
22+
# - Process go:* label events unless the sender has repository
23+
# maintain/admin permission.
2424
# ────────────────────────────────────────────────────────────────────────
2525

2626
on:
@@ -33,7 +33,7 @@ permissions:
3333

3434
jobs:
3535
assign-issue:
36-
if: github.event.label.name == 'go:yes' && github.repository_owner == 'Azure'
36+
if: github.event.label.name == 'go:yes'
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Verify maintainer-triggered event

0 commit comments

Comments
 (0)