Skip to content

Commit

Permalink
github: migrate actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Sep 26, 2019
1 parent 4c87667 commit bc20d08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/main.workflow

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: pull_request
name: Add reviewers/assignees to Pull Requests
jobs:
autoAssign:
name: Auto Assign
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Auto Assign
uses: ipfs/auto-assign@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bc20d08

Please sign in to comment.