File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5
5
jobs :
6
6
e2eTests :
7
7
if :
8
+ github.repository == 'anuraghazra/github-readme-stats' &&
8
9
github.event_name == 'deployment_status' &&
9
10
github.event.deployment_status.state == 'success'
10
11
name : Perform 2e2 tests
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
closeEmptyIssuesAndTemplates :
11
+ if : github.repository == 'anuraghazra/github-readme-stats'
11
12
name : Close empty issues
12
13
runs-on : ubuntu-latest
13
14
steps :
Original file line number Diff line number Diff line change 4
4
5
5
jobs :
6
6
triage :
7
+ if : github.repository == 'anuraghazra/github-readme-stats'
7
8
runs-on : ubuntu-latest
8
9
steps :
9
10
- uses : actions/labeler@v4
Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
closeOldThemePrs :
8
+ if : github.repository == 'anuraghazra/github-readme-stats'
8
9
name : Close stale 'invalid' theme PRs
9
10
runs-on : ubuntu-latest
10
11
strategy :
Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
showAndLabelTopIssues :
8
+ if : github.repository == 'anuraghazra/github-readme-stats'
8
9
name : Update top issues Dashboard.
9
10
runs-on : ubuntu-latest
10
11
steps :
You can’t perform that action at this time.
0 commit comments