Skip to content

Commit bc20d08

Browse files
committedSep 26, 2019
github: migrate actions
1 parent 4c87667 commit bc20d08

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed
 

‎.github/main.workflow

-8
This file was deleted.

‎.github/workflows/pull_request.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on: pull_request
2+
name: Add reviewers/assignees to Pull Requests
3+
jobs:
4+
autoAssign:
5+
name: Auto Assign
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@master
9+
- name: Auto Assign
10+
uses: ipfs/auto-assign@v1.0.0
11+
env:
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.