Skip to content

Commit 40b0f53

Browse files
authored
Merge pull request #156 from justwriteclick/build
Catch main branch up to build branch
2 parents 5afebec + 4552dc8 commit 40b0f53

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Greetings
2+
3+
on: [pull_request, issues]
4+
5+
jobs:
6+
greeting:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/first-interaction@v1
10+
with:
11+
repo-token: ${{ secrets.GITHUB_TOKEN }}
12+
issue-message: 'Thanks for logging an issue. If you would like to fix it yourself, that''s fine. Assign yourself and send in a PR.'
13+
pr-message: 'Thanks for sending a pull request. You can message me on LinkedIn or Twitter if I don''t respond here quickly.'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ GEM
6161
jekyll-sitemap (~> 1.3)
6262
jekyll-watch (2.2.1)
6363
listen (~> 3.0)
64-
kramdown (2.2.1)
64+
kramdown (2.3.0)
6565
rexml
6666
kramdown-parser-gfm (1.1.0)
6767
kramdown (~> 2.0)

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ Theme courtesy of https://mmistakes.github.io/so-simple-theme/
1919

2020
Test your additions and changes to content by running a local build.
2121

22-
On macOS after Catalina, you can
23-
24-
On a macOS prior to Catalina, you need to install brew, bundler.io, and Ruby version manager:
22+
On macOS you need to install brew, bundler.io, and Ruby version manager so that you can use a particular version of Ruby:
2523

2624
1. Use brew to install a Ruby version manager.
2725

0 commit comments

Comments
 (0)