Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Omu station antag tweaks #1

Omu station antag tweaks

Omu station antag tweaks #1

Workflow file for this run

# SPDX-FileCopyrightText: 2024 SlamBamActionman <[email protected]>
# SPDX-FileCopyrightText: 2024 slarticodefast <[email protected]>
# SPDX-FileCopyrightText: 2025 Aiden <[email protected]>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
name: "Labels: Size"
on: pull_request_target
jobs:
size-label:
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"
with:
# Custom size configuration
sizes: >
{
"0": "XS",
"10": "S",
"100": "M",
"1000": "L",
"5000": "XL"
}