Skip to content

Commit c1b837d

Browse files
committed
Add hacker-laws action
1 parent 2a196db commit c1b837d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
on:
2+
pull_request:
3+
types: [opened]
4+
5+
jobs:
6+
hacker_laws_action:
7+
runs-on: ubuntu-latest
8+
name: Hacker Laws Action
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v2
12+
- name: Hacker Laws Action Step
13+
env:
14+
PR_URL: ${{ github.event.pull_request.comments_url }}
15+
PR_SENDER: ${{ github.actor }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
uses: ./
18+
id: hacker_laws_action

0 commit comments

Comments
 (0)