Skip to content

chore(deps): bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #201

chore(deps): bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows

chore(deps): bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #201

Workflow file for this run

name: Add Label
on:
pull_request:
types:
- opened
jobs:
add-label:
name: Add Label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: christianvuerings/add-labels@v1
with:
labels: |
missing dev review
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}