Skip to content

Commit

Permalink
Add hacker-laws action
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Oct 30, 2020
1 parent 2a196db commit c1b837d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/hacker-laws-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
pull_request:
types: [opened]

jobs:
hacker_laws_action:
runs-on: ubuntu-latest
name: Hacker Laws Action
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Hacker Laws Action Step
env:
PR_URL: ${{ github.event.pull_request.comments_url }}
PR_SENDER: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ./
id: hacker_laws_action

0 comments on commit c1b837d

Please sign in to comment.