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

[pull] master from DeltaV-Station:master #201

[pull] master from DeltaV-Station:master

[pull] master from DeltaV-Station:master #201

Workflow file for this run

name: "Labels: PR"
on:
- pull_request_target
jobs:
labeler:
if: github.actor != 'DeltaV-Bot'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"