Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 96d10d6

Browse files
committed
explain branch protections
1 parent 363c0d9 commit 96d10d6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ steps:
140140
secondIssueUrl: "%result.data.html_url%"
141141
data:
142142
workflowEditUrl: '{{ repoUrl }}/edit/master/.github/workflows/my-workflow.yml'
143+
branchSettingsUrl: '{{ repoUrl }}/settings/branches'
143144
- type: respond
144145
with: new-issue.md
145146
issue: "%store.firstPullNumber%"

responses/02_workflow-triggered.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Try the following troubleshooting steps:
2121
1. Click on the [Actions tab]({{ store.actionsUrl }}) to see the status of your workflow run. See [Managing a workflow run](https://help.github.com/en/actions/configuring-and-managing-workflows/managing-a-workflow-run) on GitHub Help for more information.
2222
1. Edit your [workflow file]( {{ workflowEditUrl }}) and look for errors in the linter built into the browser.
2323
1. Look for the [workflow trigger](https://help.github.com/en/actions/reference/events-that-trigger-workflows) and ensure you are performing an action that triggers that workflow.
24+
25+
If you need to make changes to your code, remove the [master branch protection]({{ branchSettingsUrl }}) and merge your changes into the `master` branch.
2426
</details>
2527
---
2628

0 commit comments

Comments
 (0)