Now that you have a git repository that will behave as a suede dependency, please perform the following tasks to complete the setup:
- Set Actions permissions (⚙️ Settings >
▶️ Actions > General > Workflow permissions)
- Read and write permissions
- Allow GitHub Actions to create and approve pull requests
- OPTIONAL (RECOMMENDED): Configure pull request head branches to automatically delete (⚙️ Settings > ⚙️ General > Pull Requests)
- This is helpful to keep the branch list clean, as one of the included github actions automatically creates "chore" pull requests
- Dispatch initialization workflow (
▶️ Actions > Initialization procedure > Run Workflow)
- The action will:
- Clone a subrepo of the
releasebranch into the./releasefolder within themainbranch (so that changes within the./releasefolder of themainbranch can be automatically synced to thereleasebranch via .github/workflows/subrepo-push-release.yml) - Replaces the content of this README with specifics around installing this repository as a subrepo dependency
- 💥SELF-DESTRUCT💥 (meaning it will delete .github/workflows/initialize.yml)
- Clone a subrepo of the
- The action will: