Skip to content

Commit

Permalink
ci: update global workflows (#488)
Browse files Browse the repository at this point in the history
ci: update global workflows
  • Loading branch information
asyncapi-bot authored Jan 22, 2021
1 parent bbed687 commit 0ff4195
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#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:
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 @@ -16,6 +16,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
subjectPattern: ^(?![A-Z]).+$
subjectPattern: ^(?![a-z]).+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}" should start with a lowercase character.
2 changes: 2 additions & 0 deletions .github/workflows/sentiment-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#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:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stale-issues-prs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#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:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/welcome-first-time-contrib.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#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:
Expand Down

0 comments on commit 0ff4195

Please sign in to comment.