1
0
mirror of https://github.com/actions/labeler synced 2026-05-06 19:57:47 +02:00
This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

11
node_modules/is-callable/.github/workflows/lint.yml generated vendored Normal file
View File

@@ -0,0 +1,11 @@
name: lint
on: [push, pull_request]
jobs:
lint:
runs_on: ubuntu-latest
strategy:
matrix:
node_version:

15
node_modules/is-callable/.github/workflows/rebase.yml generated vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Automatic Rebase
on: [pull_request]
jobs:
_:
name: "Automatic Rebase"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ljharb/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}