Skip to content

chore: Add CI script #6

chore: Add CI script

chore: Add CI script #6

Workflow file for this run

name: Uni Issue & PR Labeler
on:
issues:
types: [ opened ]
pull_request:
branches: [develop]
permissions:
contents: read
issues: write
checks: write
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: View PR author
run: echo "This PR is opened by ${{ github.actor }} ."
- name: add label
uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.actor, 'jinsu4755') }}
with:
labels: 진수🦂