Skip to content

Bump golang.org/x/sys from 0.19.0 to 0.20.0 #100

Bump golang.org/x/sys from 0.19.0 to 0.20.0

Bump golang.org/x/sys from 0.19.0 to 0.20.0 #100

Workflow file for this run

name: Add Issues and PRs to Triage
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
label:
name: Label PR
runs-on: ubuntu-latest
if: github.event_name == 'pull_request_target'
steps:
- uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
add-to-project:
name: Add to Triage Project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/smallstep/projects/94
github-token: ${{ secrets.TRIAGE_PAT }}