Skip to content

Bump axios and @serverless/platform-client #57

Bump axios and @serverless/platform-client

Bump axios and @serverless/platform-client #57

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
jobs:
triage:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
issues: write
pull-requests: write
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"