Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
[AIRFLOW-XXXX] Used fixed periodic auto-labeler from potiuk's repo (a…
Browse files Browse the repository at this point in the history
…pache#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.
  • Loading branch information
potiuk authored and galuszkak committed Mar 5, 2020
1 parent a058d85 commit 8a32c29
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 8a32c29

Please sign in to comment.