Skip to content

Bump actions/upload-artifact from 4.4.0 to 4.5.0 in the github-actions group across 1 directory #564

Bump actions/upload-artifact from 4.4.0 to 4.5.0 in the github-actions group across 1 directory

Bump actions/upload-artifact from 4.4.0 to 4.5.0 in the github-actions group across 1 directory #564

name: "privileged-requester"
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
permissions:
pull-requests: write
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
path: config/privileged-requester.yaml
prCreator: ${{ github.event.pull_request.user.login }}
prNumber: ${{ github.event.pull_request.number }}
checkCommits: "true"
checkDiff: "true"
checkLabels: "true"