This is an automated email from the ASF dual-hosted git repository.
yangjie01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 7b24c7c8d23f Revert "[SPARK-46377][INFRA] Upgrade labeler action to v5"
7b24c7c8d23f is described below
commit 7b24c7c8d23f89e496b3992c99ca9fbc1dda30fe
Author: panbingkun <[email protected]>
AuthorDate: Thu Dec 14 11:34:56 2023 +0800
Revert "[SPARK-46377][INFRA] Upgrade labeler action to v5"
### What changes were proposed in this pull request?
This reverts commit 270da6f9b7b331e455d1f0bd1309fb87bc8740ab.
### Why are the changes needed?
Master CI failed:
```
Run actions/labelerv5
The configuration file (path: .github/labeler.yml) was not found locally,
fetching via the api
Error: Error: found unexpected type for label 'INFRA' (should be array of
config options)
Error: found unexpected type for label 'INFRA' (should be array of config
options)
```
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GA
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #44344 from panbingkun/SPARK-46377_revert.
Authored-by: panbingkun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
---
.github/workflows/labeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index ccfdeb1653b9..b55d28e5a640 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -34,7 +34,7 @@ jobs:
contents: read
pull-requests: write
steps:
- - uses: actions/labeler@v5
+ - uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]