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

.github/workflows: add pr to s3gw project #243

Merged
merged 1 commit into from
Nov 14, 2023
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: 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/[email protected]
with:
project-url: https://github.com/orgs/aquarist-labs/projects/5
gh-token: ${{ secrets.PAT_S3GW_PROJECT_ADD }}
default-pr-status: "In review"
Loading