Skip to content

chore: Add CI script #2

chore: Add CI script

chore: Add CI script #2

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
if: ${{ github.event.issue.pull_request }}
run: echo "This PR is opened by ${{ github.event.issue.user.login }} ."