Skip to content

chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 #117

chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0

chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 #117

Workflow file for this run

---
name: "Auto Labeler"
on:
# pull_request_target event is required for autolabeler to support all PRs including forks
pull_request_target:
types: [opened, reopened, edited, synchronize]
permissions:
contents: read
jobs:
auto_labeler:
permissions:
contents: read
pull-requests: write
uses: github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@ecdd405ebb379e0713e348440e6e26e85fc06773
with:
config-name: release-drafter.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}