Skip to content

Update README.md with Badge to show the popularity of the OpenSTEF project #291

Update README.md with Badge to show the popularity of the OpenSTEF project

Update README.md with Badge to show the popularity of the OpenSTEF project #291

Workflow file for this run

# SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project <[email protected]> # noqa E501
#
# SPDX-License-Identifier: MPL-2.0
# Automatically label PRs, config in ../pr-labler.yml
name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v3
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}