Bump axios (#19283)

This commit is contained in:
Charles Gagnon
2022-05-04 13:04:47 -07:00
committed by GitHub
parent 55174c6124
commit 30e2b135ce
22 changed files with 89 additions and 1774 deletions

View File

@@ -1,12 +0,0 @@
name: 'PR Labeler'
description: 'Automatically add a Label to a PR'
inputs:
token:
description: GitHub token with issue, comment, and label read/write permissions
default: ${{ github.token }}
label:
description: Github label to add to the PR
required: true
runs:
using: 'node12'
main: 'index.js'