Skip to content

Commit

Permalink
ci(automerge): Drop support for automerge indefinitely
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Garcia Dorta authored and mercuriete committed Mar 11, 2021
1 parent b994247 commit 1f221af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/auto-merge.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,3 @@ jobs:
run: npm run build
- name: Export
run: npm run export
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests
- name: Save PR number
run: |
mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/NR
- uses: actions/upload-artifact@v2
with:
name: pr
path: pr/

0 comments on commit 1f221af

Please sign in to comment.