Migrate workflows to Blacksmith (#428)

Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
This commit is contained in:
blacksmith-sh[bot] 2026-02-16 15:58:54 -05:00 committed by GitHub
parent bddf791350
commit 15bccf11d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 18 additions and 21 deletions

View file

@ -15,7 +15,7 @@ jobs:
(github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'labeled' || github.event.action == 'unlabeled')) ||
(github.event_name == 'pull_request_target' &&
(github.event.action == 'labeled' || github.event.action == 'unlabeled'))
runs-on: ubuntu-latest
runs-on: blacksmith-2vcpu-ubuntu-2404
permissions:
issues: write
steps:
@ -119,7 +119,7 @@ jobs:
first-interaction:
if: github.event.action == 'opened'
runs-on: ubuntu-latest
runs-on: blacksmith-2vcpu-ubuntu-2404
permissions:
issues: write
pull-requests: write
@ -150,7 +150,7 @@ jobs:
labeled-routes:
if: github.event.action == 'labeled'
runs-on: ubuntu-latest
runs-on: blacksmith-2vcpu-ubuntu-2404
permissions:
issues: write
pull-requests: write