diff options
Diffstat (limited to '.ci/scripts/merge/check-label-presence.py')
| -rw-r--r-- | .ci/scripts/merge/check-label-presence.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/scripts/merge/check-label-presence.py b/.ci/scripts/merge/check-label-presence.py index 048466d7e..51cf68129 100644 --- a/.ci/scripts/merge/check-label-presence.py +++ b/.ci/scripts/merge/check-label-presence.py | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2019 yuzu Emulator Project | ||
| 2 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 1 | # Checks to see if the specified pull request # has the specified tag | 4 | # Checks to see if the specified pull request # has the specified tag |
| 2 | # Usage: python check-label-presence.py <Pull Request ID> <Name of Label> | 5 | # Usage: python check-label-presence.py <Pull Request ID> <Name of Label> |
| 3 | 6 | ||