Skip to content

Commit edf07ec

Browse files
authored
Merge branch 'apache:master' into master
2 parents 0f84dc7 + e692e7b commit edf07ec

File tree

49 files changed

+3353
-490
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+3353
-490
lines changed

.github/workflows/build_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
matrix:
5555
branch:
5656
- master
57-
- release-3.0
57+
- release-3.2
5858
- release-3.1
5959

6060
steps:
@@ -69,8 +69,8 @@ jobs:
6969
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
7070
7171
if [ "${currentBranch}" = "master" ]; then
72-
echo "flink_alias=release-3.2" >> ${GITHUB_ENV}
73-
elif [ "${currentBranch}" = "release-3.1" ]; then
72+
echo "flink_alias=release-3.3" >> ${GITHUB_ENV}
73+
elif [ "${currentBranch}" = "release-3.2" ]; then
7474
echo "flink_alias=stable" >> ${GITHUB_ENV}
7575
fi
7676

.github/workflows/close_stale.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
This pull request has been closed because it has not had recent activity. You could reopen it
5151
if you try to continue your work, and anyone who are interested in it are encouraged to continue
5252
work on this pull request.
53-
close-pr-label: stale
54-
remove-pr-stale-when-updated: true
55-
remove-issue-stale-when-updated: true
56-
labels-to-add-when-unstale: 'waiting for review'
53+
# Auto-remove stale has conflicts with existing approve label workflows
54+
# and will result in Stale label missing.
55+
remove-pr-stale-when-updated: false
56+
remove-issue-stale-when-updated: false

0 commit comments

Comments
 (0)