From f7b1a791161fe845e1743aff1db12a5cfd7bfb6a Mon Sep 17 00:00:00 2001 From: vleadadmin Date: Sat, 9 Nov 2024 10:48:22 +0000 Subject: [PATCH] Label script is deleted. --- .github/workflows/labels.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/workflows/labels.yml diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml deleted file mode 100644 index 7d56076..0000000 --- a/.github/workflows/labels.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: labels - -on: - push: - branches: - - main - paths: - - '.github/labels.yml' - - '.github/workflows/labels.yml' - -jobs: - labeler: - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v2 - - - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v3 - # The following job will delete the script that creates dev and testing branches - - uses: actions/checkout@v2 - - run: | - git config --local user.email "admin@vlabs.ac.in" - git config --local user.name "vleadadmin" - git checkout main - git rm -rf .github/workflows/labels.yml - git commit -m "Label script is deleted." - - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.ORG_OWNER_GITHUB_TOKEN }} - force: true - branch: main