You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/06/21 11:11:36 UTC

[camel-quarkus] branch main updated: Add names to auto milestone workflows

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new f21fa9d9b4 Add names to auto milestone workflows
f21fa9d9b4 is described below

commit f21fa9d9b445654f68a3a401456015b4302e94d0
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Jun 21 07:26:24 2023 +0100

    Add names to auto milestone workflows
---
 .github/workflows/assign-issue-milestone.yaml         | 5 ++---
 .github/workflows/assign-wontfix-issue-milestone.yaml | 2 ++
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/assign-issue-milestone.yaml b/.github/workflows/assign-issue-milestone.yaml
index c15e7bb152..b2b268a219 100644
--- a/.github/workflows/assign-issue-milestone.yaml
+++ b/.github/workflows/assign-issue-milestone.yaml
@@ -15,6 +15,8 @@
 # limitations under the License.
 #
 
+name: Assign Issue Milestone
+
 on:
   push:
     branches:
@@ -31,9 +33,6 @@ jobs:
   assign-issue-milestone:
     if: github.repository == 'apache/camel-quarkus'
     runs-on: ubuntu-latest
-    concurrency:
-      group: assign-issue-milestone-${{ github.event.pull_request.number }}
-      cancel-in-progress: true
     steps:
       - name: Assign Closed Issues To Latest Milestone
         uses: actions/github-script@v6
diff --git a/.github/workflows/assign-wontfix-issue-milestone.yaml b/.github/workflows/assign-wontfix-issue-milestone.yaml
index c223174a43..5fea822595 100644
--- a/.github/workflows/assign-wontfix-issue-milestone.yaml
+++ b/.github/workflows/assign-wontfix-issue-milestone.yaml
@@ -15,6 +15,8 @@
 # limitations under the License.
 #
 
+name: Assign Wontfix Issue Milestone
+
 on:
   issues:
     types: