From 1c9eff41bda8cc54630db2b6c80ee7421a9fa933 Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Tue, 26 Jan 2021 11:35:14 +0100 Subject: [PATCH] ci: update global workflows (#180) ci: update global workflows --- .github/workflows/automerge-orphans.yml | 1 + .github/workflows/automerge.yml | 1 + .github/workflows/lint-pr-title.yml | 1 + .github/workflows/sentiment-analysis.yml | 1 + .github/workflows/stale-issues-prs.yml | 1 + .github/workflows/welcome-first-time-contrib.yml | 1 + 6 files changed, 6 insertions(+) diff --git a/.github/workflows/automerge-orphans.yml b/.github/workflows/automerge-orphans.yml index 8a0c5cd97db1..d712c13d03fe 100644 --- a/.github/workflows/automerge-orphans.yml +++ b/.github/workflows/automerge-orphans.yml @@ -1,5 +1,6 @@ #This action is centrally managed in https://github.com/asyncapi/.github/ #Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in above mentioned repo + name: 'Notify on failing automerge' on: diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 60af15a4eee0..70b39109917d 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -1,5 +1,6 @@ #This action is centrally managed in https://github.com/asyncapi/.github/ #Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in above mentioned repo + name: Automerge release bump PR on: diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index 04e8a48f58a2..fbee657e99ae 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -1,5 +1,6 @@ #This action is centrally managed in https://github.com/asyncapi/.github/ #Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in above mentioned repo + name: Lint PR title on: diff --git a/.github/workflows/sentiment-analysis.yml b/.github/workflows/sentiment-analysis.yml index 5906ed825f96..431d1937e691 100644 --- a/.github/workflows/sentiment-analysis.yml +++ b/.github/workflows/sentiment-analysis.yml @@ -1,5 +1,6 @@ #This action is centrally managed in https://github.com/asyncapi/.github/ #Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in above mentioned repo + name: 'Sentiment Analysis' on: diff --git a/.github/workflows/stale-issues-prs.yml b/.github/workflows/stale-issues-prs.yml index ca8a8a32b8ec..f1c6a8367e84 100644 --- a/.github/workflows/stale-issues-prs.yml +++ b/.github/workflows/stale-issues-prs.yml @@ -1,5 +1,6 @@ #This action is centrally managed in https://github.com/asyncapi/.github/ #Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in above mentioned repo + name: Manage stale issues and PRs on: diff --git a/.github/workflows/welcome-first-time-contrib.yml b/.github/workflows/welcome-first-time-contrib.yml index 28a53ebe8012..2dfdd974dcc3 100644 --- a/.github/workflows/welcome-first-time-contrib.yml +++ b/.github/workflows/welcome-first-time-contrib.yml @@ -1,5 +1,6 @@ #This action is centrally managed in https://github.com/asyncapi/.github/ #Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in above mentioned repo + name: Welcome first time contributors on: