Skip to content

Commit

Permalink
[AIRFLOW-XXXX] Used fixed periodic auto-labeler from potiuk's repo (#…
Browse files Browse the repository at this point in the history
…7047)

The periodic labeler had a bug that it was not using pagination.
In effect the labeler was checking only 30 oldest request and
if they all contained proper labels, it was not checking any more
PRs.

Details are available in
paulfantom/periodic-labeler#4

But until it is merged, we switch to our own fixed version.

GitOrigin-RevId: 592284a7e41adc4ff0ee5a084385e596abf270a6
  • Loading branch information
potiuk authored and Cloud Composer Team committed Sep 23, 2021
1 parent 9a23f60 commit c85eb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: paulfantom/periodic-labeler@master
- uses: docker://potiuk/periodic-labeler:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
Expand Down

0 comments on commit c85eb4a

Please sign in to comment.