Skip to content

Commit

Permalink
Merge remote-tracking branch 'DayDreamMods/action-template/main' into…
Browse files Browse the repository at this point in the history
… updated/template/action-template
  • Loading branch information
wwwDayDream committed Sep 22, 2024
2 parents 161c58c + 75eb468 commit 4cf57d9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 223 deletions.
219 changes: 0 additions & 219 deletions .github/workflows/auto-pr-changelog.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/organization-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
8 changes: 8 additions & 0 deletions README.md
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.

0 comments on commit 4cf57d9

Please sign in to comment.