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 7fee9c0 commit 5172ed4Copy full SHA for 5172ed4
.github/workflows/no-response.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
if: ${{ github.repository_owner == 'dart-lang' }}
21
steps:
22
- - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
+ - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
23
with:
24
# Don't automatically mark inactive issues+PRs as stale.
25
days-before-stale: -1
.github/workflows/pull_request_label.yaml
@@ -16,7 +16,7 @@ jobs:
16
pull-requests: write
17
18
- - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9
+ - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
0 commit comments