We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8950b86 commit b29dbd8Copy full SHA for b29dbd8
.github/workflows/pr-labels.yml
@@ -8,6 +8,9 @@ jobs:
8
add-default-preview-label:
9
runs-on: ubuntu-latest
10
steps:
11
+ - name: checkout
12
+ uses: actions/checkout@v2
13
+
14
- name: Add 'preview' label
15
uses: actions-ecosystem/action-add-labels@v1
16
with:
0 commit comments