Skip to content

Commit d023a76

Browse files
authored
Merge pull request #51 from ianlewis/repo-template
Sync w/ upstream ianlewis/repo-template
2 parents 370e85a + f58a2da commit d023a76

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

.github/workflows/workflow_call.commitlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ jobs:
6464
env:
6565
COMMITLINT_FROM_REF: ${{ inputs.from_ref }}
6666
COMMITLINT_TO_REF: ${{ inputs.to_ref }}
67+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6768
run: make commitlint

.github/workflows/workflow_call.renovate-config-validator.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ jobs:
3333
with:
3434
node-version-file: ".node-version"
3535

36-
- run: make renovate-config-validator
36+
- name: renovate-config-validator
37+
env:
38+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
run: make renovate-config-validator

.github/workflows/workflow_call.yamllint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@ jobs:
3434
with:
3535
python-version-file: ".python-version"
3636

37-
- run: make yamllint
37+
- name: yamllint
38+
env:
39+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
run: make yamllint

CODE_OF_CONDUCT.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ community include:
2727

2828
Examples of unacceptable behavior include:
2929

30-
- The use of sexualized language or imagery, and sexual attention or
31-
advances of any kind
32-
- Trolling, insulting or derogatory comments, and personal or political attacks
30+
- The use of sexualized language or imagery, and sexual attention or advances of
31+
any kind
32+
- Trolling, insulting, or derogatory comments, and personal or political attacks
3333
- Public or private harassment
34-
- Publishing others' private information, such as a physical or email
35-
address, without their explicit permission
34+
- Publishing others' private information, such as a physical or email address,
35+
without their explicit permission
3636
- Other conduct which could reasonably be considered inappropriate in a
3737
professional setting
3838

@@ -50,7 +50,7 @@ decisions when appropriate.
5050

5151
## Scope
5252

53-
This Code of Conduct applies within all community spaces, and also applies when
53+
This Code of Conduct applies within all community spaces, and applies when
5454
an individual is officially representing the community in public spaces.
5555
Examples of representing our community include using an official e-mail address,
5656
posting via an official social media account, or acting as an appointed

0 commit comments

Comments
 (0)