Merge branch 'master' into v2-beta
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
### Subject of the issue
|
||||||
|
|
||||||
|
Describe your issue here.
|
||||||
|
|
||||||
|
### Steps to reproduce
|
||||||
|
|
||||||
|
If this issue is describing a possible bug please provide (or link to) your GitHub Actions workflow.
|
||||||
@@ -11,6 +11,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
reaction-token: ${{ secrets.GITHUB_TOKEN }}
|
reaction-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commands: test, clean
|
commands: test, pytest, clean
|
||||||
permission: admin
|
permission: admin
|
||||||
repository: peter-evans/create-pull-request-tests
|
repository: peter-evans/create-pull-request-tests
|
||||||
|
|||||||
Reference in New Issue
Block a user