mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2026-01-18 17:35:00 +01:00
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 4.1.0 to 5.3.0. - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v4.1.0...v5.3.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-labeler dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
307 B
YAML
19 lines
307 B
YAML
name: Labeler
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
labeler:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check out the repository
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Run Labeler
|
|
uses: crazy-max/ghaction-github-labeler@v5.3.0
|
|
with:
|
|
skip-delete: true
|