Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Revert PRs #1097, #1152. #1182

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 5 additions & 14 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
name: Pull request workflow

on:
pull_request_target:
types:
- opened
- reopened
- synchronize
pull_request:
branches:
- 'main'
- 'dev'

permissions:
contents: write
pull-requests: write
- '*'

jobs:

Expand All @@ -29,7 +20,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
node-version: 16

- name: Install Node.js
uses: actions/setup-node@v2
Expand Down Expand Up @@ -58,8 +49,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
with:
node-version: 16
ref: gh-pages
token: ${{ secrets.GITHUB_TOKEN }}
USER_TOKEN: ${{ secrets.USER_TOKEN }}

- name: Extract PR details
id: pr
Expand Down Expand Up @@ -94,7 +86,6 @@ jobs:
git status
git config user.name "GitHub Actions"
git config user.email noreply@github.com

git add .


Expand Down
Loading