Skip to content

Commit

Permalink
[core] Improve out-of-date PR story (mui#20341)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and EsoterikStare committed Mar 30, 2020
1 parent a8dfe23 commit 4e5f6e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
steps:
- checkout
- install_js
- run:
name: Check if yarn prettier was run
command: yarn prettier check-changed
- run:
name: Generate PropTypes
command: yarn proptypes --disable-cache
Expand All @@ -118,9 +121,6 @@ jobs:
- run:
name: '`yarn docs:api` changes committed?'
command: git diff --exit-code
- run:
name: Check if yarn prettier was run
command: yarn prettier check-changed
- run:
name: Lint
command: yarn lint:ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: check if prs are dirty
uses: eps1lon/actions-label-merge-conflict@releases/1.x
with:
dirtyLabel: 'PR: needs rebase'
dirtyLabel: 'PR: out-of-date'
removeOnDirtyLabel: 'PR: ready to ship'
repoToken: '${{ secrets.GITHUB_TOKEN }}'
retryAfter: 130
Expand Down

0 comments on commit 4e5f6e2

Please sign in to comment.