Skip to content

New ungoc sprites

New ungoc sprites #111

Workflow file for this run

name: Add PR labels
on:
push:
branches:
- dev
pull_request_target:
types: [ready_for_review, opened, synchronize, reopened]
jobs:
Apply_labels:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check for merge conflict
uses: eps1lon/actions-label-merge-conflict@6d74047dcef155976a15e4a124dde2c7fe0c5522
with:
dirtyLabel: "Merge Conflict"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate your pull request."
- name: Apply labels
if: github.event_name != 'push'
uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
configuration-path: .github/file_labeler.yml