Skip to content

GitHub Actions: Upgrade GitHub Runner Image from ubuntu-22.04 to ubuntu-latest #4187

GitHub Actions: Upgrade GitHub Runner Image from ubuntu-22.04 to ubuntu-latest

GitHub Actions: Upgrade GitHub Runner Image from ubuntu-22.04 to ubuntu-latest #4187

Workflow file for this run

name: Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"