Skip to content

Post welcome comment workflow #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
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 .github/script/STEP
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0
2
4 changes: 4 additions & 0 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: Post welcome comment
on:
pull_request:
types: [opened]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _Create a GitHub Action and use it in a workflow._
Do not use quotes on the <details> tag attributes.
-->

<!--step0-->
<!--step0

Automation is key for streamlining your work processes, and [GitHub Actions](https://docs.github.com/actions) is the best way to supercharge your workflow.

Expand All @@ -38,7 +38,7 @@ Automation is key for streamlining your work processes, and [GitHub Actions](htt
![Create a new repository](https://user-images.githubusercontent.com/1221423/169618722-406dc508-add4-4074-83f0-c7a7ad87f6f3.png)
3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.

<!--endstep0-->
endstep0-->

<!--
<<< Author notes: Step 1 >>>
Expand Down Expand Up @@ -91,7 +91,7 @@ To get you started, we used actions to go ahead and made a branch and pull reque
Historic note: The previous course had troubleshooting steps for people not using the GitHub UI.
-->

<details id=2>
<details id=2 open>
<summary><h2>Step 2: Add a job to your workflow file</h2></summary>

_Nice work! :tada: You added a workflow file!_
Expand Down