Skip to content

fix(cache): don't serve a stale package for unpinned versions #113

fix(cache): don't serve a stale package for unpinned versions

fix(cache): don't serve a stale package for unpinned versions #113

Workflow file for this run

name: Apply label to new issues and PRs
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
add-label:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
steps:
- name: Add team label automatically to new issues and PRs
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
labels: "team-developer-support"