FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump the github-actions group with 9 updates · microsoft/vscode-python-debugger@f9857a1 · GitHub

Bump the github-actions group with 9 updates #1349

Bump the github-actions group with 9 updates

Bump the github-actions group with 9 updates #1349

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: 'PR labels'
on:
pull_request:
types:
- 'opened'
- 'reopened'
- 'labeled'
- 'unlabeled'
- 'synchronize'
jobs:
add-pr-label:
name: 'Ensure Required Labels'
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'PR impact specified'
uses: mheap/github-action-required-labels@23e10fde7e062233401931a0eece796cd9bf3177 # v5.6.0
with:
mode: exactly
count: 1
labels: 'bug, debt, feature-request, no-changelog'

Back | FazBrowse Home | New Git URL