Skip to content

Bump docker/login-action from 2 to 3 #34

Bump docker/login-action from 2 to 3

Bump docker/login-action from 2 to 3 #34

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [ opened ]
jobs:
pr-labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: TimonVS/pr-labeler-action@v4
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}