Skip to content

chore(dependabot): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 #1652

chore(dependabot): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0

chore(dependabot): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 #1652

Workflow file for this run

name: '🧹 Lint PR Title'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017
with:
types: |
fix
feat
chore
docs
scopes: |
main
core
tui
demo
ci
dependabot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}