Skip to content

Bump version to 1.4.0-SNAPSHOT. #2

Bump version to 1.4.0-SNAPSHOT.

Bump version to 1.4.0-SNAPSHOT. #2

Workflow file for this run

name: Sync labels
on:
push:
branches:
- master
- main
paths:
- .github/labels.yml
- .github/workflows/sync-labels.yml
jobs:
snyc-labels:
name: Sync labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: micnncim/action-label-syncer@v1.4.0-SNAPSHOT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
manifest: .github/labels.yml