Skip to content

Commit 0fb8afb

Browse files
author
Feanil Patel
authored
Merge pull request #187 from openedx/repo_checks/ensure_workflows
Update standard workflow files.
2 parents 1815e90 + eddf3b5 commit 0fb8afb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/add-depr-ticket-to-depr-board.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
secrets:
1717
GITHUB_APP_ID: ${{ secrets.GRAPHQL_AUTH_APP_ID }}
1818
GITHUB_APP_PRIVATE_KEY: ${{ secrets.GRAPHQL_AUTH_APP_PEM }}
19-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_ISSUE_BOT_TOKEN }}
19+
SLACK_BOT_TOKEN: ${{ secrets.SLACK_ISSUE_BOT_TOKEN }}

.github/workflows/commitlint.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Run commitlint on the commit messages in a pull request.
2+
3+
name: Lint Commit Messages
4+
5+
on:
6+
- pull_request
7+
8+
jobs:
9+
commitlint:
10+
uses: openedx/.github/.github/workflows/commitlint.yml@master

0 commit comments

Comments
 (0)