From 014180d80301970eb6496a399171281117391c48 Mon Sep 17 00:00:00 2001 From: TheKingTermux <50316075+TheKingTermux@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:50:16 +0700 Subject: [PATCH] Update workflows --- .github/workflows/main.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..870abe4a --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,24 @@ +name: Label PRs + +on: +- pull_request +- issues + +jobs: + build: + + runs-on: ubuntu-latest + + + steps: + + - name: Checkout your code + uses: actions/checkout@v3 + + - uses: srvaroa/labeler@master + with: + config_path: .github/labeler.yml + use_local_config: false + fail_on_error: false + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file