File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
on-issue-close :
14
14
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'
16
16
17
17
name : Clean up labels on issue close
18
18
28
28
29
29
on-pr-merge :
30
30
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
32
32
33
33
name : Clean up labels on PR merge
34
34
44
44
45
45
on-pr-close :
46
46
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
48
48
49
49
name : Clean up labels on PR close
50
50
You can’t perform that action at this time.
0 commit comments