Skip to content

Commit

Permalink
Revert "chore(release): sync from master to alpha (#2040)"
Browse files Browse the repository at this point in the history
This reverts commit 14ba07c.
  • Loading branch information
adamstankiewicz authored and github-actions[bot] committed Feb 17, 2023
1 parent edaaca8 commit 1625e36
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 582 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze-dependents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ jobs:
uses: hmarr/auto-approve-action@v2
with:
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
github-token: ${{ secrets.requirements_bot_github_token }}
github-token: ${{ secrets.EDX_NETLIFY_PAT }}
- name: Auto-merge pull request for dependent project usages
uses: pascalgn/automerge-action@v0.14.3
env:
GITHUB_TOKEN: ${{ secrets.requirements_bot_github_token }}
GITHUB_TOKEN: ${{ secrets.EDX_NETLIFY_PAT }}
MERGE_METHOD: squash
4 changes: 1 addition & 3 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
name: Lint Commit Messages

on:
pull_request:
branches-ignore:
- 'automation/sync-alpha-master'
- pull_request

jobs:
commitlint:
Expand Down
Loading

0 comments on commit 1625e36

Please sign in to comment.