mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 22:00:19 -04:00
chore: delete housekeeping workflows (#41487)
Latest changes enforced by GitHub prevents using the action in dependabot's PR's context. See: https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/60, https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions Regardless of the above we also moved to needing atleast two approvals Removing this workflow for now.
This commit is contained in:
committed by
GitHub
parent
903a301849
commit
917a9d2643
15
.github/workflows/housekeeping.yml
vendored
15
.github/workflows/housekeeping.yml
vendored
@@ -1,15 +0,0 @@
|
||||
name: Housekeeping
|
||||
|
||||
on:
|
||||
pull_request
|
||||
|
||||
jobs:
|
||||
automerge:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
steps:
|
||||
- name: 'Merge Minor SemVer Updates'
|
||||
uses: ahmadnassri/action-dependabot-auto-merge@master
|
||||
with:
|
||||
target: minor
|
||||
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}
|
||||
Reference in New Issue
Block a user