github-bots: add new botName field to AddComment signature so it works like SetComment. This helps fetch and identify all comments from specific bots #1224
Workflow file for this run
This file contains 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
# Copyright 2022 Chainguard, Inc. | |
# SPDX-License-Identifier: Apache-2.0 | |
name: Do Not Submit | |
on: | |
pull_request: | |
branches: [ 'main', 'release-*' ] | |
jobs: | |
donotsubmit: | |
name: Do Not Submit | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 | |
with: | |
egress-policy: audit | |
- name: Check out code | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- name: Do Not Submit | |
uses: chainguard-dev/actions/donotsubmit@538d1927b846546b620784754c33e2a1db86e217 #main |