Skip to content

Commit 97d94c2

Browse files
committed
GH Actions: update workflows
1 parent 7763e2e commit 97d94c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/manage-labels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
on-issue-close:
1414
runs-on: ubuntu-latest
15-
if: github.repository_owner == 'squizlabs' && github.event.issue.state == 'closed'
15+
if: github.repository_owner == 'PHPCSStandards' && github.event.issue.state == 'closed'
1616

1717
name: Clean up labels on issue close
1818

@@ -28,7 +28,7 @@ jobs:
2828
2929
on-pr-merge:
3030
runs-on: ubuntu-latest
31-
if: github.repository_owner == 'squizlabs' && github.event.pull_request.merged == true
31+
if: github.repository_owner == 'PHPCSStandards' && github.event.pull_request.merged == true
3232

3333
name: Clean up labels on PR merge
3434

@@ -44,7 +44,7 @@ jobs:
4444
4545
on-pr-close:
4646
runs-on: ubuntu-latest
47-
if: github.repository_owner == 'squizlabs' && github.event_name == 'pull_request_target' && github.event.pull_request.merged == false
47+
if: github.repository_owner == 'PHPCSStandards' && github.event_name == 'pull_request_target' && github.event.pull_request.merged == false
4848

4949
name: Clean up labels on PR close
5050

0 commit comments

Comments
 (0)