Skip to content

update(App): Change icons to use on MacOS and Windows #303

update(App): Change icons to use on MacOS and Windows

update(App): Change icons to use on MacOS and Windows #303

Workflow file for this run

name: Add Label
on:
pull_request:
types:
- opened
jobs:
add-label:
name: Add Label
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
contents: write
issues: read
steps:
- uses: actions/checkout@v4
- uses: delivery-much/actions-assigner@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: christianvuerings/[email protected]
with:
labels: |
Missing dev review
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}