Skip to content

Bump ansible from 10.1.0 to 10.2.0 #338

Bump ansible from 10.1.0 to 10.2.0

Bump ansible from 10.1.0 to 10.2.0 #338

Workflow file for this run

# SPDX-FileCopyrightText: Helmholtz Centre for Environmental Research (UFZ)
# SPDX-FileCopyrightText: Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
#
# SPDX-License-Identifier: Apache-2.0
---
name: "Pull Request Labeler"
on:
pull_request_target:
types:
- "labeled"
- "unlabeled"
- "opened"
- "edited"
- "synchronize"
jobs:
labeler:
runs-on: "ubuntu-24.04"
permissions:
contents: "read"
pull-requests: "write"
steps:
- name: "Check out the codebase."
uses: "actions/checkout@v4"
- uses: "actions/[email protected]"
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"