Skip to content

Build(deps): Bump cbrgm/mastodon-github-action from 2.1.20 to 2.1.24 #310

Build(deps): Bump cbrgm/mastodon-github-action from 2.1.20 to 2.1.24

Build(deps): Bump cbrgm/mastodon-github-action from 2.1.20 to 2.1.24 #310

Workflow file for this run

name: Triage
on:
pull_request_target:
workflow_dispatch:
inputs:
pr:
description: The pull request number(s).
type: string
required: false
jobs:
labels:
name: Labels
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v6.0.1
with:
sync-labels: true
pr-number: ${{ github.event.inputs.pr || '' }}