Skip to content

Commit

Permalink
ci: update global workflows (#490)
Browse files Browse the repository at this point in the history
ci: update global workflows
  • Loading branch information
asyncapi-bot authored Jan 25, 2021
1 parent 0afab6f commit 4285e2c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge-orphans.yml
Original file line number Diff line number Diff line change
@@ -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'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sentiment-analysis.yml
Original file line number Diff line number Diff line change
@@ -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'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues-prs.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/welcome-first-time-contrib.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4285e2c

Please sign in to comment.