We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06cf48 commit eedf04aCopy full SHA for eedf04a
.github/workflows/issue-commenter.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
comment-on-new-issue:
8
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
9
name: Comments for every NEW issue.
10
steps:
11
- name: Checkout
.github/workflows/pr-commenter.yml
@@ -4,7 +4,7 @@ on:
4
pr-comment:
- uses: exercism/pr-commenter-action@085ef62d2a541a112c3ade1d24deea83665ea186
with:
.github/workflows/stale.yml
@@ -6,7 +6,7 @@ on:
stale:
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
12
0 commit comments