-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from terraform-providers/master
pull changes
- Loading branch information
Showing
303 changed files
with
17,603 additions
and
6,431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
on: issues | ||
name: Issue triage | ||
jobs: | ||
applyTriageLabel: | ||
name: Apply Triage Label | ||
markIssuesForTriage: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1.0.0 | ||
- uses: actions/github@v1.0.0 | ||
- name: Apply Triage Label | ||
uses: actions/github@v1.0.0 | ||
if: github.event.action == 'opened' | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
args: label needs-triage | ||
|
||
- name: Add new issue into Triage Board | ||
uses: alex-page/github-project-automation-plus@v0.1.1 | ||
if: github.event.action == 'opened' | ||
with: | ||
project: AWS Provider Triage | ||
column: Needs Triage | ||
repo-token: ${{ secrets.GITHUB_ACTIONS_TOKEN }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.