Skip to content

feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #21

feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0

feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #21

Workflow file for this run

name: "Auto Label"
# pull_request_target means that this will run on pull requests, but in the context of the base repo.
# This should mean PRs from forks are supported.
# Because it includes the `synchronize` parameter, any push of a new commit to the HEAD ref of a pull request
# will trigger this process.
on:
pull_request_target:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
# Automatically labels PRs based on file globs in the change.
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.PAT }}