Skip to content

Feat: Environment ID argument #94

Feat: Environment ID argument

Feat: Environment ID argument #94

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: TimonVS/pr-labeler-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}