Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 65c24f2

Browse files
GitHub Actions πŸš€
1 parent ab87bad commit 65c24f2

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

β€Ž.github/labeler.ymlβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
"Firebase: AdMob":
2+
- src/admob/*
3+
4+
Documentation:
5+
- docs/*
6+
7+
Android:
8+
- src/**/*.android.*
9+
- src/**/android/*
10+
11+
iOS:
12+
- src/**/*.ios.*
13+
- src/**/ios/*

β€Ž.github/main.workflowβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
workflow "Automatic Rebase" {
2+
on = "issue_comment"
3+
resolves = "Rebase"
4+
}
5+
6+
action "Rebase" {
7+
uses = "docker://cirrusactions/rebase:latest"
8+
secrets = ["GITHUB_TOKEN"]
9+
}

β€Ž.github/workflows/label.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/labeler@v2
11-
with:
12-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
10+
- uses: actions/labeler@v2
11+
with:
12+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
Β (0)