diff --git a/.github/workflows/limit-org-interactions.yml b/.github/workflows/limit-org-interactions.yml deleted file mode 100644 index 3f78e02..0000000 --- a/.github/workflows/limit-org-interactions.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Limit interactions -on: [push] - # schedule: - # # * is a special character in YAML so you have to quote this string - # # Run every day at 00:00, since the limits expire after 24 hours - # - cron: '0 0 * * *' - -jobs: - limit-interactions: - runs-on: ubuntu-latest - name: Limit GitHub Organization interactions - steps: - # To use this repository's private action, - # you must check out the repository - - name: Checkout - uses: actions/checkout@v2 - - name: Limit interactions - uses: ./ # Uses an action in the root directory - with: - github_token: ${{ secrets.ORG_TOKEN_GITHUB }} - org: 'get-woke'