We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04082b6 commit 9163874Copy full SHA for 9163874
.github/workflows/size-qg-measure-disk-use.yml
@@ -23,10 +23,9 @@ jobs:
23
with:
24
fetch-depth: 0
25
- name: Add label
26
- uses: actions-ecosystem/action-add-label@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
27
if: github.event.pull_request.draft == false
28
- with:
29
- labels: "show-size-delta"
+ run: |
+ gh pr edit ${{ github.event.pull_request.number }} --add-label "show-size-delta"
30
31
measure-disk-usage:
32
runs-on: ubuntu-22.04
0 commit comments