Skip to content

Commit

Permalink
Merge pull request #6681 from ipfs/feat/migrate-actions
Browse files Browse the repository at this point in the history
github: migrate actions
  • Loading branch information
Stebalien committed Sep 26, 2019
2 parents 4c87667 + bc20d08 commit b347695
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 b347695

Please sign in to comment.