Skip to content

chore(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#4121) #165

chore(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#4121)

chore(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#4121) #165

Workflow file for this run

on:
push:
branches: [development]
name: sync-labels
permissions:
issues: write
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: sync labels
uses: EndBug/label-sync@v2
with:
config-file: .github/labels.yml
# If you want to delete any additional labels not mentioned in config file, set this to true
delete-other-labels: false
dry-run: false
token: ${{ secrets.GITHUB_TOKEN }}