-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/stable-website' into fix-impor…
…ted-certificates-update
- Loading branch information
Showing
3,107 changed files
with
71,554 additions
and
36,770 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Oops, something went wrong.