Skip to content

[RSE-Task]: Default values in create_arguments function #5

[RSE-Task]: Default values in create_arguments function

[RSE-Task]: Default values in create_arguments function #5

Workflow file for this run

name: Add active to label
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.ISSUE_LABEL }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: active