#41 Migrate from Probot Autolabeler to GitHub Acti...
# general
g
#41 Migrate from Probot Autolabeler to GitHub Actions based labeler Issue opened by mithro Currently I have set up the Probot Autolabler (and https://github.com/mithro/autolabeler) but the new way to do this seems to be with GitHub actions. Some useful links; • https://github.com/actions/labelerhttps://github.com/marketplace/actions/auto-label-actionhttps://github.com/Decathlon/pull-request-labeler-actionhttps://github.com/banyan/auto-labelhttps://github.com/TimonVS/pr-labeler-actionhttps://github.com/marketplace/actions/autolabelhttps://github.com/marketplace/actions/label-approved-pull-requestshttps://github.community/t/pull-request-labeler/16605 As mentioned at #36 (comment)
The top GitHub action called labeler has the following caveat;
> Note that only pull requests being opened from the same repository can be labeled. This action will not currently work for pull requests from forks -- like is common in open source projects -- because the token for forked pull request workflows does not have write permissions.
Which means it currently can not be used by us, as this is how we do pull requests.
google/skywater-pdk