-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Justin Kenyon <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,16 +23,16 @@ jobs: | |
with: | ||
bundler-cache: true | ||
|
||
- name: Test collections and commit the changes | ||
- name: Test collections and modify with changes | ||
env: | ||
AUTOCORRECT_RENAMED_REPOS: 1 | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: bundle exec rake collections | ||
|
||
- name: Test collection with autofix and commit changes | ||
- name: Commit changes and open PR | ||
uses: peter-evans/create-pull-request@v7 | ||
with: | ||
commit-message: "✨ Autofixing renamed/removed collection items ✨" | ||
commiter: "github-actions[bot] <[email protected]>" | ||
committer: "github-actions[bot] <[email protected]>" | ||
branch: "update-collections-${PR_ID}" | ||
title: "✨ Autofixing renamed/removed collection items ✨" |