Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Template 'action-template' #10

Merged
merged 33 commits into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
871e6c0
Added REM Watermark
wwwDayDream Aug 8, 2024
ba429bc
Added REM Watermark (#1)
wwwDayDream Aug 8, 2024
46000f9
Merge remote-tracking branch 'RedEyeMods/bare-template/main' into upd…
wwwDayDream Aug 8, 2024
d8cc9d5
Update Template 'bare-template' (#25)
wwwDayDream Aug 8, 2024
df7337e
Merge remote-tracking branch 'RedEyeMods/action-template/main' into u…
wwwDayDream Aug 8, 2024
3453255
Update organization-template-update.yml
wwwDayDream Aug 10, 2024
124a7f9
Update organization-template-update.yml
wwwDayDream Aug 10, 2024
522dcbd
Merge remote-tracking branch 'RedEyeMods/bare-template/main' into upd…
wwwDayDream Aug 10, 2024
3c6ac29
Update organization-template-update.yml
wwwDayDream Aug 10, 2024
7881f8e
Merge remote-tracking branch 'RedEyeMods/bare-template/main' into upd…
wwwDayDream Aug 10, 2024
fdde566
Update organization-template-update.yml
wwwDayDream Aug 10, 2024
b3688ed
Update organization-template-update.yml
wwwDayDream Aug 10, 2024
63b0b1a
Update organization-template-update.yml
wwwDayDream Aug 10, 2024
e2e2c76
Merge remote-tracking branch 'RedEyeMods/bare-template/main' into upd…
wwwDayDream Aug 10, 2024
f5e7f04
Update Template 'bare-template' (#26)
wwwDayDream Aug 10, 2024
352c607
Merge remote-tracking branch 'RedEyeMods/action-template/main' into u…
wwwDayDream Aug 10, 2024
77a4c7e
Updated to new org name +removed auto PRChangelog
wwwDayDream Sep 22, 2024
b113f36
Added template README.md
wwwDayDream Sep 22, 2024
9e8044a
Merge remote-tracking branch 'DayDreamMods/bare-template/main' into u…
wwwDayDream Sep 22, 2024
75eb468
Update Template 'bare-template' (#27)
wwwDayDream Sep 22, 2024
2d68fb6
Merge remote-tracking branch 'DayDreamMods/action-template/main' into…
wwwDayDream Sep 22, 2024
5b80722
Added branch naming policy
wwwDayDream Sep 22, 2024
773bb7e
Merge remote-tracking branch 'DayDreamMods/bare-template/main' into u…
wwwDayDream Sep 22, 2024
b5d264b
Updated policy
wwwDayDream Sep 22, 2024
e98f8b8
Merge remote-tracking branch 'DayDreamMods/bare-template/main' into u…
wwwDayDream Sep 22, 2024
14f6eb5
Checkout submodules
wwwDayDream Sep 26, 2024
09faee6
Merge remote-tracking branch 'DayDreamMods/bare-template/main' into u…
wwwDayDream Sep 26, 2024
8168833
Update Template 'bare-template' (#28)
wwwDayDream Sep 26, 2024
1faed48
Merge remote-tracking branch 'DayDreamMods/action-template/main' into…
wwwDayDream Sep 26, 2024
973a544
Removed submodules updating from 'organization-template-update' workflow
wwwDayDream Oct 6, 2024
9367274
Merge remote-tracking branch 'DayDreamMods/bare-template/main' into u…
wwwDayDream Oct 6, 2024
ea271b4
Update Template 'bare-template' (#29)
wwwDayDream Oct 6, 2024
fc2eb80
Merge remote-tracking branch 'DayDreamMods/action-template/main' into…
wwwDayDream Oct 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .github/watermarked-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
2 changes: 1 addition & 1 deletion .github/workflows/organization-template-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
git merge -X theirs --allow-unrelated-histories ${{ env.REMOTE_FULLNAME }}/${{ env.REMOTE_DEFAULT_BRANCH}}

echo 'GIT_DIFF<<EOF' >> $GITHUB_OUTPUT
git diff ${{ env.PR_BRANCH }} ${{ env.REMOTE_FULLNAME }}/${{ env.REMOTE_DEFAULT_BRANCH}} >> $GITHUB_OUTPUT
git diff ${{ env.PR_BRANCH }} ${{ matrix.target-repo.default_branch }} >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT

- name: Create PR
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/policy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Repo Policy

on:
pull_request:
branches:
- '**'

jobs:
branch-naming-policy:
name: Branch Name
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Run Branch Naming Policy Action
uses: nicklegan/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
regex: '(?:(?:(?:added){1}|(?:changed){1}|(?:deprecated){1}|(?:removed){1}|(?:fixed){1}|(?:secured){1}|(?:updated){1})(\/[a-z\d-]+)+|(main))$'
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.