1
0
mirror of synced 2026-01-09 15:05:02 -05:00
Files
airbyte/.github/workflows/shared-issues.yml
Conor 21ddc93731 chore: cleanup actions and workflows (#16139)
* chore: cleanup actions

* Update .github/workflows/shared-issues.yml

Co-authored-by: Topher Lubaway <asimplechris@gmail.com>

* Update .github/workflows/shared-issues.yml

Co-authored-by: Topher Lubaway <asimplechris@gmail.com>

* Update .github/workflows/shared-pulls.yml

Co-authored-by: Topher Lubaway <asimplechris@gmail.com>

* Update .github/workflows/test-performance-command.yml

Co-authored-by: Topher Lubaway <asimplechris@gmail.com>

Co-authored-by: Topher Lubaway <asimplechris@gmail.com>
2022-09-01 08:46:50 -05:00

20 lines
645 B
YAML

# Adds metadata and labels to issues based on context
# https://github.com/airbytehq/workflow-actions/blob/main/src/bin_issue.ts <-- this gets run
name: "Add metadata and labels to issues based on context"
on:
issues:
types: [opened, labeled, unlabeled]
jobs:
shared-issues:
runs-on: ubuntu-latest
steps:
- uses: nick-fields/private-action-loader@v3
with:
pal-repo-token: "${{ secrets.OCTAVIA_PAT }}"
pal-repo-name: airbytehq/workflow-actions@production
# the following input gets passed to the private action
token: "${{ secrets.OCTAVIA_PAT }}"
command: "issue"