You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(releases): Update docs to use GitHub App instead of service account PAT (#11805)
* use Github App instead of PAT
* include instructions for creating rulesets
* fix syntaxs
* Move the json file to the public folder
* Testing
* dummy commit to trigger build on docs site
* revert dummy change
* fix the link to json file
* Apply suggestions from code review
Co-authored-by: Liza Mock <[email protected]>
* fix the link
* update the action app version
* not required codeowner review by default
* update default ruleset to include `release-bot` team for getsentry-bot
---------
Co-authored-by: Liza Mock <[email protected]>
Download and save the [default ruleset template](/json/Default_ruleset.json) as a JSON file.
148
+
149
+
Visit the ruleset setting page of your repository: `https://github.com/getsentry/REPONAME_HERE/settings/rules`, click on the green **New ruleset** button, choose **Import a ruleset**, and select the JSON file you just downloaded. You can tweak the ruleset settings, but please don't remove the App in the Bypass List.
150
+
140
151
## Making Your First Release!
141
152
142
153
Navigate to the actions tab of your repository, locate the release workflow,
0 commit comments