-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (28 loc) · 867 Bytes
/
issues.yml
File metadata and controls
32 lines (28 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Issue Automation
on:
issues:
types:
- opened
jobs:
issue:
# only run in posit-dev/images-workbench.
if: github.repository == 'posit-dev/images-workbench'
runs-on: ubuntu-latest
steps:
- name: GitHub App Token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Add to Platform Carbon Project
uses: actions/add-to-project@v1.0.2
with:
github-token: ${{ steps.app-token.outputs.token }}
project-url: https://github.com/orgs/posit-dev/projects/17
- name: Add Default Labels
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ steps.app-token.outputs.token }}
labels: |
docker