mirror of
https://github.com/bitwarden/server.git
synced 2025-01-22 21:51:22 +01:00
Remove labeler action (#2054)
This commit is contained in:
parent
d626174f7e
commit
4bedf140cc
6
.github/community-pr-label.yml
vendored
6
.github/community-pr-label.yml
vendored
@ -1,6 +0,0 @@
|
||||
# See .github/workflows/pr-labeler.yml for context
|
||||
# Apply the label regardless of what files have been changed
|
||||
community-pr:
|
||||
- '**'
|
||||
- '.*'
|
||||
- '.*/**'
|
22
.github/workflows/pr-labeler.yml
vendored
22
.github/workflows/pr-labeler.yml
vendored
@ -1,22 +0,0 @@
|
||||
---
|
||||
name: "Pull Request Labeler"
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
# Applies the community-pr label to any PRs from a forked repo, which is used as a proxy for a community PR
|
||||
community-pr:
|
||||
name: 'Label community PRs'
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- if: ${{ github.event.pull_request.head.repo.fork }}
|
||||
name: 'Apply label'
|
||||
uses: actions/labeler@9fd24f1f9d6ceb64ba34d181b329ee72f99978a0 # v4.0.0
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: ".github/community-pr-label.yml"
|
Loading…
Reference in New Issue
Block a user