Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion REPO-SETUP-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You need to add `VAULT_ADDR` and `VAULT_TOKEN` secrets to GitHub repository. Con

For more details, refer:
https://github.com/rtCamp/action-deploy-wordpress/
https://github.com/rtCamp/action-plugin-update/


## Setting up slack notifications for the repo

Expand Down
2 changes: 1 addition & 1 deletion SKELETON-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Both the templates aim to minimize the slack threads, calls and discussion due t
4. `workflows` - GitHub actions yml files.
i. `deploy_on_push.yml` - Action to deploy site and send success slack notification. Based on [action-deploy-wordpress](https://github.com/rtCamp/action-deploy-wordpress/) and [action-slack-notify](https://github.com/rtCamp/action-slack-notify/)
ii. `phpcs_on_pull_request.yml` - Action to run PHPCS checks on PRs. Based on [action-phpcs-code-review](https://github.com/rtCamp/action-phpcs-code-review/).
iii. `plugin_update_every_week.yml` - Action to check for plugin updates every week and generate PR if update available. Based on [action-plugin-update](https://github.com/rtCamp/action-plugin-update/)
iii. `plugin_update_every_week.yml` - Action to check for plugin updates every week and generate PR if update available.
iv. `repo_housekeeping.yml` - Future automation action to cleanup merged branches, report stale issues and stale PRs to PM, cleanup old repos of stale things.

### .gitignore
Expand Down