diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index b6876e94bb..0000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,17 +0,0 @@ -cache: cache/**/* -cache-client: cache-client/**/* -cache-updater: cache-updater/**/* -deobfuscator: deobfuscator/**/* -http-api: http-api/**/* -http-service: http-service/**/* -http-service-plus: http-service-plus/**/* -injected-client: injected-client/**/* -injector-plugin: injector-plugin/**/* -protocol: protocol/**/* -protocol-api: protocol-api/**/* -api: runelite-api/**/* -client: runelite-client/**/* -mixins: runelite-mixins/**/* -rs-api: runescape-api/**/* -rs-client: runescape-client/**/* -wiki-scraper: wiki-scraper/**/* \ No newline at end of file diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml deleted file mode 100644 index ce6a7e8180..0000000000 --- a/.github/workflows/greetings.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: First pull request - -on: - pull_request: - branches: - - master - -jobs: - check: - runs-on: ubuntu-latest - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - pr-message: 'Thank you for contributing to RunelitePlus! Please make sure to join our [Discord](https://discord.gg/Q7wFtCe) and link your GitHub account to your discord account by sending `!ghauth` to our bot.' \ No newline at end of file diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml deleted file mode 100644 index 1159f0bfae..0000000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Pull request labeler -on: [pull_request] - -jobs: - label: - - runs-on: ubuntu-latest - - steps: - - uses: actions/labeler@v2 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file