Skip to content

chore(windows): update build action with new signing process #1113

chore(windows): update build action with new signing process

chore(windows): update build action with new signing process #1113

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@v4
- uses: delivery-much/actions-assigner@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: christianvuerings/[email protected]
with:
labels: |
Missing dev review
Don't merge yet
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}