chore(deps): update helm release datadog to 3.104.0 #4680
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
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]> | |
# SPDX-License-Identifier: Apache-2.0 | |
--- | |
name: Project / PR Branch Labeler | |
on: # yamllint disable-line rule:truthy | |
pull_request: | |
branches: | |
- master | |
jobs: | |
label-pr: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Monitor Actions | |
uses: GitHubSecurityLab/actions-permissions/monitor@v1 | |
with: | |
config: ${{ vars.PERMISSIONS_CONFIG }} | |
- name: Label PR | |
if: github.event.action == 'opened' | |
uses: ffittschen/pr-branch-labeler@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |