Files
ivuorinen/.github/workflows/labels.yaml
renovate[bot] d4f7f8dcef chore(deps): pin dependencies (#15)
* chore(deps): pin dependencies

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(ci): labels.yaml indentation

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ismo Vuorinen <ismo@ivuorinen.net>
2025-02-09 20:43:22 +02:00

24 lines
589 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: labels
on:
push:
branches:
- 'main'
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'
workflow_call:
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5
with:
dry-run: ${{ github.event_name == 'pull_request' }}