Thanks to visit codestin.com Credit goes to github.com
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 cb22df9 commit c14c1ccCopy full SHA for c14c1cc
.github/workflows/contrib.yaml
@@ -55,7 +55,7 @@ jobs:
55
if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }}
56
steps:
57
- name: release-labels
58
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
59
with:
60
# This script ensures PR title and labels are in sync:
61
#
.github/workflows/stale.yaml
@@ -31,7 +31,7 @@ jobs:
31
# Start with the oldest issues, always.
32
ascending: true
33
- name: "Close old issues labeled likely-no"
34
35
36
github-token: ${{ secrets.GITHUB_TOKEN }}
37
script: |
0 commit comments