Skip to content

ci

ci #1782

Workflow file for this run

name: ci
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
schedule:
- cron: '0 10 * * *'
push:
branches:
- 'master'
- 'releases/v*'
tags:
- 'v*'
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Labeler (test)
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: ./__tests__/fixtures/labels.update.yml
skip-delete: true
dry-run: true
-
name: Labeler (exclude part 1)
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: ./__tests__/fixtures/labels.exclude1.yml
dry-run: true
exclude: |
* d*
*enhancement
*fix
-
name: Labeler (exclude part 2)
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: ./__tests__/fixtures/labels.exclude2.yml
dry-run: true
exclude: |
*fix