Skip to content

Recoded Player.OnPreAuthenticating wia patch #1228

Recoded Player.OnPreAuthenticating wia patch

Recoded Player.OnPreAuthenticating wia patch #1228

name: Pull Request CI
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/[email protected]
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/[email protected]
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 }}