Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-15 Thread via GitHub
tomncooper commented on PR #25953: URL: https://github.com/apache/flink/pull/25953#issuecomment-2592558519 For example: This is a [link](https://https://flink.apache.org/) that works using normal markdown. And this (which is surrounded by `` tags): Is a [link](https://ht

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-15 Thread via GitHub
tomncooper commented on PR #25953: URL: https://github.com/apache/flink/pull/25953#issuecomment-2592541107 Hi @1996fanrui, yes, I saw that. I copied the action from the Apache Kafka version and I think the inclusion of the html `` tags is what is doing it. It is treating the the text in bet

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-14 Thread via GitHub
1996fanrui commented on PR #25953: URL: https://github.com/apache/flink/pull/25953#issuecomment-2591471473 Hi @tomncooper , it seems the link cannot be shown as expected. Could it be tested in a test repo first? https://github.com/apache/flink/pull/3672#issuecomment-2589741128

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-14 Thread via GitHub
1996fanrui commented on PR #25953: URL: https://github.com/apache/flink/pull/25953#issuecomment-2589593084 Thanks @tomncooper for the ping, I just merge it. Please help follow whether it works as expected in the next few days, thank you very much. -- This is an automated message f

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-14 Thread via GitHub
1996fanrui merged PR #25953: URL: https://github.com/apache/flink/pull/25953 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.ap

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-14 Thread via GitHub
tomncooper commented on PR #25953: URL: https://github.com/apache/flink/pull/25953#issuecomment-2589550846 @1996fanrui @gyfora Thanks for the reviews, can this be merged now? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-10 Thread via GitHub
tomncooper commented on code in PR #25953: URL: https://github.com/apache/flink/pull/25953#discussion_r1910541006 ## .github/workflows/stale.yml: ## @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-10 Thread via GitHub
gyfora commented on code in PR #25953: URL: https://github.com/apache/flink/pull/25953#discussion_r1910533490 ## .github/workflows/stale.yml: ## @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOT

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-10 Thread via GitHub
davidradl commented on code in PR #25953: URL: https://github.com/apache/flink/pull/25953#discussion_r1910525460 ## .github/workflows/stale.yml: ## @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-10 Thread via GitHub
tomncooper commented on code in PR #25953: URL: https://github.com/apache/flink/pull/25953#discussion_r1910530571 ## .github/workflows/stale.yml: ## @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-10 Thread via GitHub
davidradl commented on code in PR #25953: URL: https://github.com/apache/flink/pull/25953#discussion_r1910527537 ## .github/workflows/stale.yml: ## @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-10 Thread via GitHub
tomncooper commented on code in PR #25953: URL: https://github.com/apache/flink/pull/25953#discussion_r1910529186 ## .github/workflows/stale.yml: ## @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-10 Thread via GitHub
davidradl commented on code in PR #25953: URL: https://github.com/apache/flink/pull/25953#discussion_r1910525460 ## .github/workflows/stale.yml: ## @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-10 Thread via GitHub
flinkbot commented on PR #25953: URL: https://github.com/apache/flink/pull/25953#issuecomment-2582853276 ## CI report: * 03ee68c53e6523046cbb64f9a2b6d15823edb659 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-10 Thread via GitHub
tomncooper commented on PR #25953: URL: https://github.com/apache/flink/pull/25953#issuecomment-2582840912 cc @gyfora @1996fanrui -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[PR] [FLINK-37026] Add Stale PR GitHub Action workflow [flink]

2025-01-10 Thread via GitHub
tomncooper opened a new pull request, #25953: URL: https://github.com/apache/flink/pull/25953 ## What is the purpose of the change This is the implementation of the [Stale PR GitHub Action Proposal](https://cwiki.apache.org/confluence/display/FLINK/Stale+PR+Cleanup). This was [voted