File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616
1717jobs :
1818 comment :
19- runs-on : ubuntu-18 .04
19+ runs-on : ubuntu-24 .04
2020 steps :
2121 - uses : actions/checkout@v2
2222 with :
Original file line number Diff line number Diff line change 66 star-notify :
77 if : github.event_name == 'watch'
88 name : Notify Slack on star
9- runs-on : ubuntu-22 .04
9+ runs-on : ubuntu-24 .04
1010 steps :
1111 - name : Get current star count
1212 run : |
2020 good-first-issue-notify :
2121 if : github.event_name == 'issues' && github.event.label.name == 'good first issue' || github.event.label.name == 'first-timers-only'
2222 name : Notify Slack for new good-first-issue
23- runs-on : ubuntu-22 .04
23+ runs-on : ubuntu-24 .04
2424 steps :
2525 - name : Notify slack
2626 env :
You can’t perform that action at this time.
0 commit comments