Skip to content

Commit 3ff715a

Browse files
committed
context instruction imporvement and added actions permisions to step 1
1 parent c5cc485 commit 3ff715a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/steps/1-create-a-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _Welcome to "Managing Merge Conflicts"! :wave:_
66

77
### :keyboard: Activity: Create a pull request
88

9-
1. Open a new browser tab, and work on the steps in your second tab while you read the instructions in this tab.
9+
1. Open this repo in a new browser tab, and work on the steps in your second tab while you read the instructions in this tab.
1010
1. We made a small change to a file in the repository in the `my-resume` branch.
1111
1. [Create a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) setting `my-resume` as the head branch and `main` as the base branch. You can enter `Resolving merge conflicts` for the pull request title and body.
1212
1. Now that your pull request is opened, Mona should already be busy checking your work. Give her a moment and keep watch in the comments. You will see her respond with progress info and the next lesson.

.github/workflows/1-create-a-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
permissions:
99
issues: write
10+
actions: write # Required for diabling and enabling workflows
1011
pull-requests: write # Required for commenting or updating PR
1112

1213
env:

0 commit comments

Comments
 (0)