Skip to content

build(deps): bump sigstore/gh-action-sigstore-python from 3.3.0 to 3.4.0 #16

build(deps): bump sigstore/gh-action-sigstore-python from 3.3.0 to 3.4.0

build(deps): bump sigstore/gh-action-sigstore-python from 3.3.0 to 3.4.0 #16

Workflow file for this run

name: Labeler
on:
push:
branches:
- main
permissions:
actions: read
contents: read
security-events: write
pull-requests: write
jobs:
dump-context:
runs-on: ubuntu-latest
steps:
- name: Dump context "GitHub"
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
labeler:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v6
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v6.0.0
with:
skip-delete: true
github-token: ${{ secrets.GITHUB_TOKEN }}