[🐛 Bug]: selenium-grid-selenium-patch-scaledobjects-deletion pod fails to start and hangs in 'Pending' status because of the issue with pulling of "bitnami/kubectl:latest" image #742
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
# Configuration for Label Commenter - https://github.com/peaceiris/actions-label-commenter | |
name: Label Commenter | |
on: | |
issues: | |
types: [ labeled ] | |
permissions: | |
contents: read | |
issues: write | |
jobs: | |
comment: | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@main | |
- name: Label Commenter | |
uses: peaceiris/actions-label-commenter@v1 |