Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Github Actions(deps): Bump docker/login-action from 1.10.0 to 3.4.0 #919

Github Actions(deps): Bump docker/login-action from 1.10.0 to 3.4.0

Github Actions(deps): Bump docker/login-action from 1.10.0 to 3.4.0 #919

Workflow file for this run

name: PR Commenter
on:
issues:
types:
- labeled
- unlabeled
pull_request:
types:
- labeled
- unlabeled
jobs:
give_comment:
if: startsWith(github.head_ref, 'dependabot') == false # Ignore dependabot PRs
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
with:
ref: main
- name: Send Pull request comment
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}