Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #243 from jecluis/wip-project-actions
Browse files Browse the repository at this point in the history
.github/workflows: add pr to s3gw project
  • Loading branch information
m-ildefons authored Nov 14, 2023
2 parents 0e62a28 + 9f98287 commit 5f48c7b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr-add-to-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Add Pull Request to S3GW Project
on:
pull_request_target:
types:
- opened
branches:
- s3gw

jobs:
add-to-project:
name: Add Pull Request to S3GW Project
runs-on: ubuntu-latest
steps:
- uses: jecluis/custom-project-status@v1.1.0
with:
project-url: https://github.com/orgs/aquarist-labs/projects/5
gh-token: ${{ secrets.PAT_S3GW_PROJECT_ADD }}
default-pr-status: "In review"

0 comments on commit 5f48c7b

Please sign in to comment.