Skip to content

build(deps): bump actions/create-github-app-token from 2.1.4 to 2.2.0 #1289

build(deps): bump actions/create-github-app-token from 2.1.4 to 2.2.0

build(deps): bump actions/create-github-app-token from 2.1.4 to 2.2.0 #1289

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: main
permissions:
contents: read
concurrency:
group: pr/${{github.event.number}}
cancel-in-progress: true
jobs:
ci:
name: CI
permissions:
contents: read
security-events: write
uses: ./.github/workflows/ci.yml
label:
name: Label
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
timeout-minutes: 5
steps:
- name: Apply labels
uses: actions/labeler@v6.0.1