A lightweight open-source Salesforce CI/CD template built on the GitHub Actions platform.
Перейти к файлу
Max Goldfarb a2d07d918d
Release notes folder and deployment timeout variable (#11)
* auth file for testing and gitignore change for auth files

* gitignore changes for auth files and auth file folder

* Apex classes to test deployment to UAT sandbox

* test removing release branch prefix var from event trigger conditions

* revert test removing release branch prefix var from event trigger conditions

* log pr data from gh event

* do not use repo var in event trigger conditions

* try and log pr event data

* try casting github event data to JSON for env variable

* try and log pr base ref

* try to set and log check-base-ref-for-release-branch.outputs.DEPLOY_TO_UAT

* try adding job condition

* Implement repo var for sfdx profile decompose

* fix syntax error

* include new changes

* only run Release Branch Pull Request Handler if base ref starts with …

* remve pull request branch filter

* only run Release Branch Pull Request Handler if base ref starts with release branch prefix

* deployment timeout repo var

* Add release notes folder
2022-11-21 14:15:10 -05:00
.devcontainer Codespace config 2022-11-16 21:59:39 +00:00
.github/workflows Release notes folder and deployment timeout variable (#11) 2022-11-21 14:15:10 -05:00
.husky init sfdx project 2022-11-14 10:11:53 -05:00
.vscode init sfdx project 2022-11-14 10:11:53 -05:00
auth SALESFORCE_FORMATTED_PROFILES_AND_PERMS repo var, auth folder & deploy-to-uat-sandbox job condition (#7) 2022-11-21 13:44:54 -05:00
config init sfdx project 2022-11-14 10:11:53 -05:00
force-app/main/default init sfdx project 2022-11-14 10:11:53 -05:00
node-scripts Leverage branch prefix repo vars in .github/workflows/release-branch-pull-request-handler.yml 2022-11-18 20:10:52 +00:00
release-notes Release notes folder and deployment timeout variable (#11) 2022-11-21 14:15:10 -05:00
scripts Codespace config 2022-11-16 21:59:39 +00:00
.eslintignore init sfdx project 2022-11-14 10:11:53 -05:00
.eslintrc.json @actions/core installation, Release Branch Pull Request Handler workflow 2022-11-15 16:31:18 -05:00
.forceignore init sfdx project 2022-11-14 10:11:53 -05:00
.gitignore SALESFORCE_FORMATTED_PROFILES_AND_PERMS repo var, auth folder & deploy-to-uat-sandbox job condition (#7) 2022-11-21 13:44:54 -05:00
.prettierignore init sfdx project 2022-11-14 10:11:53 -05:00
.prettierrc init sfdx project 2022-11-14 10:11:53 -05:00
README.md Name update 2022-11-16 22:21:38 +00:00
jest.config.js init sfdx project 2022-11-14 10:11:53 -05:00
package-lock.json convert branch-filter action into node script (add node script) 2022-11-16 22:45:32 +00:00
package.json convert branch-filter action into node script (add node script) 2022-11-16 22:45:32 +00:00
sfdx-project.json SALESFORCE_FORMATTED_PROFILES_AND_PERMS repo var, auth folder & deploy-to-uat-sandbox job condition (#7) 2022-11-21 13:44:54 -05:00

README.md

octoforce-actions

A lightweight open-source Salesforce CI/CD framework built on the GitHub platform.