From 59aa7abf2388b424da53b89a3db81587b436f33b Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Sun, 26 Apr 2026 19:43:22 -0400 Subject: [PATCH] ci(actions): teach actionlint chris-testing runner --- .github/actionlint.yaml | 4 ++++ .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .github/actionlint.yaml diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml new file mode 100644 index 000000000000..7199e47d2b45 --- /dev/null +++ b/.github/actionlint.yaml @@ -0,0 +1,4 @@ +--- +self-hosted-runner: + labels: + - chris-testing diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4e75ff9deb6..532ab99ef892 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -990,7 +990,7 @@ jobs: scripts/check-release-notes-version.sh - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: v${{ steps.version.outputs.version }} name: Release v${{ steps.version.outputs.version }}