This is an automated email from the ASF dual-hosted git repository.
xtsong pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
from 84e065b2 [infra] Download JARs from Maven Central during pip install
(#567)
new 48cd1e3f [infra] Use GHA workflow triggers to run pull request labeler
workflow
new 0b1dab7a [minor] Update fixVersion label from 'fixVersion/0.1.1' to
'fixVersion/0.1.2'
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/document_bot.yml | 44 --------
.../workflows/{labeler.yml => pr_edit_trigger.yml} | 22 ++--
.github/workflows/pr_labeler.js | 121 +++++++++++++++++++++
.github/workflows/pr_labeler.yml | 51 +++++++++
.../{labeler.yml => workflows/pr_open_trigger.yml} | 28 +++--
5 files changed, 195 insertions(+), 71 deletions(-)
delete mode 100644 .github/workflows/document_bot.yml
rename .github/workflows/{labeler.yml => pr_edit_trigger.yml} (76%)
create mode 100644 .github/workflows/pr_labeler.js
create mode 100644 .github/workflows/pr_labeler.yml
rename .github/{labeler.yml => workflows/pr_open_trigger.yml} (59%)