Skip to content

Commit

Permalink
Abort attempt to automate checks after AKObot (#1748)
Browse files Browse the repository at this point in the history
* Remove and add label in separate jobs

Signed-off-by: jose.vazquez <[email protected]>

* Try PAT with actions permissions

* revert any changes

---------

Signed-off-by: jose.vazquez <[email protected]>
  • Loading branch information
josvazg authored Aug 2, 2024
1 parent 81abfb3 commit 083de28
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/update-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
pull-requests: write

jobs:
run:
update-licenses:
name: Recompute licenses & update PR
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -49,13 +49,3 @@ jobs:
else
echo 'Clean nothing to do'
fi
- name: Remove retest Label
uses: actions-ecosystem/action-remove-labels@v1
with:
labels: retest

- name: Add retest label
uses: actions-ecosystem/action-add-labels@v1
with:
labels: retest

0 comments on commit 083de28

Please sign in to comment.