Skip to content

Support validation again snapshot - consistent order of reporter output #86

Support validation again snapshot - consistent order of reporter output

Support validation again snapshot - consistent order of reporter output #86

Workflow file for this run

name: PR Auto Labeling
on:
pull_request:
types:
- opened
jobs:
add-label:
name: Add `keep pr updated` Label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: christianvuerings/add-labels@v1
with:
labels: |
keep pr updated
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}