mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
ci: bump the github-actions group with 1 update (#10694)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/contrib.yaml
vendored
2
.github/workflows/contrib.yaml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }}
|
if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }}
|
||||||
steps:
|
steps:
|
||||||
- name: release-labels
|
- name: release-labels
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
# This script ensures PR title and labels are in sync:
|
# This script ensures PR title and labels are in sync:
|
||||||
#
|
#
|
||||||
|
2
.github/workflows/stale.yaml
vendored
2
.github/workflows/stale.yaml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
# Start with the oldest issues, always.
|
# Start with the oldest issues, always.
|
||||||
ascending: true
|
ascending: true
|
||||||
- name: "Close old issues labeled likely-no"
|
- name: "Close old issues labeled likely-no"
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
|
Reference in New Issue
Block a user