We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a196db commit c1b837dCopy full SHA for c1b837d
.github/workflows/hacker-laws-action.yml
@@ -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