-
Notifications
You must be signed in to change notification settings - Fork 4
46 lines (41 loc) · 1.4 KB
/
handle-new-mails.yml
File metadata and controls
46 lines (41 loc) · 1.4 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: Handle new mails
on:
# GitGitGadget's GitHub App is expected to trigger this on `git-mailing-list-mirror` updates
workflow_dispatch:
push:
branches:
- migrate-gitgitgadget-to-github-actions
env:
GITGITGADGET_DRY_RUN: 'true'
concurrency:
group: ${{ github.workflow }}
jobs:
handle-new-mails:
runs-on: ubuntu-latest
steps:
# - uses: actions/create-github-app-token@v1
# id: gitgitgadget-git-token
# with:
# app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
# private-key: ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
# owner: gitgitgadget
# repositories: git
# - uses: actions/create-github-app-token@v1
# id: git-git-token
# with:
# app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
# private-key: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
# owner: git
# repositories: git
# - uses: actions/create-github-app-token@v1
# id: dscho-git-token
# with:
# app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
# private-key: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
# owner: dscho
# repositories: git
- uses: dscho/gitgitgadget/handle-new-mails@v1
with:
pr-repo-token: intentionally left blank
upstream-repo-token: intentionally left blank
test-repo-token: intentionally left blank