diff options
| author | 2024-08-25 20:07:43 +0200 | |
|---|---|---|
| committer | 2024-08-25 20:34:08 +0100 | |
| commit | 134a90fb732afcd7a8e2413ae7f5bab3d3a6a2c2 (patch) | |
| tree | 54fc0f703d018ff60e0a1840a481887623c7c8d0 /.github/workflows | |
| parent | Bind NGINX hosts on IPv6 as well (diff) | |
Automatically label pull requests
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/labeler.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 0000000..e57cd86 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,12 @@ +name: "Pull Request Labeler" +on: +- pull_request_target + +jobs: + labeler: + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v5 |