Skip to content

feat: Add new DamageType (#772) #3413

feat: Add new DamageType (#772)

feat: Add new DamageType (#772) #3413

name: Pull Request CI

Check failure on line 1 in .github/workflows/pull_request_opened.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull_request_opened.yml

Invalid workflow file

(Line: 20, Col: 13): Expected format {org}/{repo}[/path]@ref. Actual 'actions/labeler'
on:
pull_request_target:
branches:
- '**'
defaults:
run:
working-directory: ./EXILED
jobs:
set-labels:
name: Set Labels
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
sync-labels: true
assign-author:
name: Assign Author
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: toshimaru/auto-author-assign@v2.1.1
validate-pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}