mirror of https://github.com/sgoudham/carbon.git
use repo ranger instead of custom GH action
parent
865b65298d
commit
346482202e
@ -1,20 +0,0 @@
|
|||||||
name: Auto-merge All-Contributors bot
|
|
||||||
|
|
||||||
on: pull_request
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
apply-label:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/github-script@0.9.0
|
|
||||||
with:
|
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
|
||||||
script: |
|
|
||||||
if (context.payload.pull_request.user.login === 'allcontributors[bot]') {
|
|
||||||
github.issues.addLabels({
|
|
||||||
issue_number: context.payload.pull_request.number,
|
|
||||||
owner: context.repo.owner,
|
|
||||||
repo: context.repo.repo,
|
|
||||||
labels: ['squash when passing']
|
|
||||||
})
|
|
||||||
}
|
|
Loading…
Reference in New Issue