Skip to content

Commit

Permalink
Update Template 'bare-template' (#1)
Browse files Browse the repository at this point in the history
* Create CODEOWNERS

* Create .gitignore

* Create organization-compliance.yml

This will eventually be turned into an action.

* Create config.yml

* Create 1-feature-request.yml

* Create 2-bug.yml

* Create LICENSE

* Create auto-pr-changelog.yml

* Update .gitignore

* Update organization-compliance.yml

* Update copy-rulesets-action version

* Update organization-compliance.yml

* Update organization-compliance.yml

* Update organization-compliance.yml

* Update organization-compliance.yml

* Update organization-compliance.yml

* Update organization-compliance.yml

* Create organization-template-update.yml

* More logging

* Async

* Await the map call

* Await all contents

* Check data only

* Map the await result

* Continuation

* Use full name of target-repo

* Adjust matrix name

* Only this one should be sent to the matrix

* Testing update PR

* Fixed PR_BRANCH name

* Update .gitignore

* Use correct repo for merging

* Finalizing the PR

* Set upstream origin

* Use ORG PAT

* ORG PAT everywhere lol

* Check if length is valid

* Logging

* Use contains method

* Remove logging

* Utilize length check

* Fetch all branches

* Only run template update on templates

* Correct PR Naming

* Raw copy rulesets

* Run conditioning

* Logging

* Correct if statement

* Try fullname lol

* Logging

* Not equal to null

* Only comply on main push

* Logging

* Get template repo info

* Use the correct request

* Remove logging

* Get rulesets from template parent repo

* Handle JSON conversion

* Bring back logging

* Check off nothing

* Remove logging finally

* Use caching for organization compliance

* Some logging

* Some more logging

* Additional logging

* Add \n

* Testing

* Spitballing

* Only if it's not null

* Some basic printing

* Log fromJson

* Empty instead

* Access null value

* Now utilizing caching

* Copy labels action

* Actually use the correct action lol

* Updated action versions

* Update copy-rulesets-action to .11

* Update RedEyeMods/[email protected]

* Switch back to disabling

* Fix token input

* Add [email protected]

* Update to x.3 of copy-settings-action

* Update RedEyeMods/[email protected]

* Update RedEyeMods/[email protected]

* Update RedEyeMods/[email protected]

* Add logging to organization template udpate

* Updated step summary to always show the url of PRs regardless of creation or udpate

* Erroneous bracket

* Entering final stages for organization-compliance.yml

* Added REM Watermark

* Update organization-template-update.yml

* Update organization-template-update.yml

* Update organization-template-update.yml

* Update organization-template-update.yml

* Update organization-template-update.yml

* Update organization-template-update.yml
  • Loading branch information
wwwDayDream authored Aug 10, 2024
1 parent 1fe061c commit c8012e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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.
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

0 comments on commit c8012e8

Please sign in to comment.