generated from DayDreamMods/action-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'DayDreamMods/action-template/main' into…
… updated/template/action-template
- Loading branch information
Showing
3 changed files
with
12 additions
and
223 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -38,15 +38,15 @@ jobs: | |
SOURCE_REPO: ${{ fromJson(needs.get-template-repo.outputs.template_repository).full_name }} | ||
steps: | ||
- name: Copy On Rulesets | ||
uses: RedEyeMods/[email protected] | ||
uses: DayDreamMods/[email protected] | ||
with: | ||
token: ${{ secrets.ORG_PAT }} | ||
source-repo: ${{ env.SOURCE_REPO }} | ||
regex-filter: '✓+.*' | ||
ruleset-enabled: true | ||
overwrite: true | ||
- name: Copy Off Rulesets | ||
uses: RedEyeMods/[email protected] | ||
uses: DayDreamMods/[email protected] | ||
with: | ||
token: ${{ secrets.ORG_PAT }} | ||
source-repo: ${{ env.SOURCE_REPO }} | ||
|
@@ -55,13 +55,13 @@ jobs: | |
overwrite: true | ||
|
||
- name: Copy Labels | ||
uses: RedEyeMods/[email protected] | ||
uses: DayDreamMods/[email protected] | ||
with: | ||
token: ${{ secrets.ORG_PAT }} | ||
source-repo: ${{ env.SOURCE_REPO }} | ||
|
||
- name: Copy Repo Settings | ||
uses: RedEyeMods/[email protected] | ||
uses: DayDreamMods/[email protected] | ||
with: | ||
token: ${{ secrets.ORG_PAT }} | ||
source-repo: ${{ env.SOURCE_REPO }} | ||
|
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# | ||
|
||
|
||
### Support | ||
Please reach out on Discord: [Daydreaming](https://discord.gg/Mherqbcmep), or create an issue on the repository here! | ||
|
||
### Project Info | ||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and all notable changes will be documented in the CHANGELOG.md file next to this, according to the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format. Works incorporating this should utilize the CHANGELOG file to indicate divergence from the source material (this work) in accordance with the LICENSE file next to this. |