From 4285e2c6b93354bc959959239caeec199d8bef6d Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 14:18:52 +0100 Subject: [PATCH] ci: update global workflows (#490) ci: update global workflows --- .github/workflows/automerge-orphans.yml | 2 +- .github/workflows/automerge.yml | 2 +- .github/workflows/lint-pr-title.yml | 2 +- .github/workflows/sentiment-analysis.yml | 2 +- .github/workflows/stale-issues-prs.yml | 2 +- .github/workflows/welcome-first-time-contrib.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/automerge-orphans.yml b/.github/workflows/automerge-orphans.yml index 6e2247180..8a0c5cd97 100644 --- a/.github/workflows/automerge-orphans.yml +++ b/.github/workflows/automerge-orphans.yml @@ -1,4 +1,4 @@ -#This action is centrally managed in https://github.com/asyncapi/.github/ +#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' diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index db49d5f2d..60af15a4e 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -1,4 +1,4 @@ -#This action is centrally managed in https://github.com/asyncapi/.github/ +#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 diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index 760a43522..04e8a48f5 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -12,7 +12,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: derberg/action-semantic-pull-request@7ca500125d5f63bc8f1472472e421a68038ccd78 + - uses: amannn/action-semantic-pull-request@v3.2.5 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: diff --git a/.github/workflows/sentiment-analysis.yml b/.github/workflows/sentiment-analysis.yml index 124215e8f..5906ed825 100644 --- a/.github/workflows/sentiment-analysis.yml +++ b/.github/workflows/sentiment-analysis.yml @@ -1,4 +1,4 @@ -#This action is centrally managed in https://github.com/asyncapi/.github/ +#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' diff --git a/.github/workflows/stale-issues-prs.yml b/.github/workflows/stale-issues-prs.yml index 1ac655970..ca8a8a32b 100644 --- a/.github/workflows/stale-issues-prs.yml +++ b/.github/workflows/stale-issues-prs.yml @@ -1,4 +1,4 @@ -#This action is centrally managed in https://github.com/asyncapi/.github/ +#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 diff --git a/.github/workflows/welcome-first-time-contrib.yml b/.github/workflows/welcome-first-time-contrib.yml index 0277853c2..28a53ebe8 100644 --- a/.github/workflows/welcome-first-time-contrib.yml +++ b/.github/workflows/welcome-first-time-contrib.yml @@ -1,4 +1,4 @@ -#This action is centrally managed in https://github.com/asyncapi/.github/ +#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