Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

some commit

some commit #1

Workflow file for this run

name: labeler
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
jobs:
team-labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: equitybee/team-label-action@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
organization-name: BMSTU-Schedule