Skip to content

ci: use commit type when we have changes in actions directory #25

ci: use commit type when we have changes in actions directory

ci: use commit type when we have changes in actions directory #25

Workflow file for this run

name: 🤖 PR author as an assignee
on:
pull_request:
types: [opened]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/variables@main
- uses: toshimaru/[email protected]
continue-on-error: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true