Skip to content

Commit

Permalink
Merge branch 'new' of https://github.com/deveshsawant05/iiitvcc into new
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshsawant05 committed Jul 26, 2024
2 parents 20607ff + dcfb8c0 commit c408ef5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/vercelPullRequest.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
name: Create vercel preview URL on pull request
on:
pull_request:
pull_request_target:
branches:
- new
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: trstringer/manual-approval@v1
timeout-minutes: 240
with:
secret: ${{ github.TOKEN }}
approvers: thedevyashsaini,steakfisher # GitHub username of the approver
minimum-approvals: 1
issue-title: "Deploying PR to dev from staging"
issue-body: "Please approve or deny the deployment of this PR."
exclude-workflow-initiator-as-approver: true
additional-approved-words: ''
additional-denied-words: ''
- uses: actions/checkout@v4
- uses: amondnet/vercel-action@v25
id: vercel-deploy
Expand Down

0 comments on commit c408ef5

Please sign in to comment.