Skip to content

Merge pull request #184 from statisticsnorway/dependabot/github_actio… #7

Merge pull request #184 from statisticsnorway/dependabot/github_actio…

Merge pull request #184 from statisticsnorway/dependabot/github_actio… #7

Workflow file for this run

name: Labeler
on:
push:
branches:
- main
- master
paths:
- ".github/labels.yml"
- ".github/workflows/labeler.yml"
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
issues: write
contents: read
steps:
- name: Check out the repository
uses: actions/checkout@v5
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.3.0
with:
skip-delete: true