You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on:
# TODO: Enable this when eps1lon/actions-label-merge-conflict is available.
# push:
# branches:
# - master
pull_request_target:
types:
- opened
- edited
- synchronize
Describe the bug
The automatic labeler job (in Dev PR / "Process") https://github.com/apache/arrow-rs/blob/master/.github/workflows/dev_pr.yml#L23-L39 is supposed to label Pull Requests based on what files they change, but it does not appear to be working
To Reproduce
Make a PR
Expected behavior
PRs should automatically be labeled with
arrow
,parquet
, etc labels depending on what files are changed;Additional context
The labeler came from the original in arrow: https://github.com/apache/arrow/blob/master/.github/workflows/dev_pr.yml#L65-L74
Which seems to be working
The text was updated successfully, but these errors were encountered: