You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: use different approach to authenticate user in request-cli-integ-test (#26523)
The original attempt didn't work. The push ended up being tried by `github-actions[bot]` which (correctly) failed.
Try a different way that should also work.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Copy file name to clipboardExpand all lines: .github/workflows/README.md
+23-3
Original file line number
Diff line number
Diff line change
@@ -5,62 +5,82 @@ These workflows and actions are configured in the AWS CDK GitHub repository.
5
5
## Pull Request Triggered
6
6
7
7
### Auto Approve
8
+
8
9
[auto-approve.yml](auto-approve.yml): Approves merging PRs with the
9
10
`auto-approve` label.
10
11
Owner: Core CDK team
11
12
12
13
### PR Linter
14
+
13
15
[pr-linter.yml](pr-linter.yml): Runs `tools/@aws-cdk-prlint` on each PR to
14
16
check for correctness.
15
17
Owner: Core CDK team
16
18
17
19
### v2-main PR automation
20
+
18
21
[v2-pull-request.yml](v2-pull-request.yml): Runs `pkglint` on merge forward PRs
19
22
and commits the results.
20
23
Owner: Core CDK team
21
24
22
25
### Label Assigner
26
+
23
27
[issue-label-assign.yml](issue-label-assign.yml): Github action for automatically adding labels and/or setting assignees when an Issue or PR is opened or edited based on user-defined Area
24
28
Owner: CDK support team
25
29
26
30
### PR Labeler
27
-
[pr-labeler.yml](pr-labeler.yml): GitHub action for automatically porting triage labels from issues
31
+
32
+
[pr-labeler.yml](pr-labeler.yml): GitHub action for automatically porting triage labels from issues
28
33
linked in the PR description to the PR.
29
34
Owner: Core CDK team
30
35
31
36
### GitHub Merit Badger
37
+
32
38
[github-merit-badger.yml](github-merit-badger.yml): GitHub action that adds 'merit badges' to pull
33
39
requests based on the users prior contributions to the CDK.
Checks for relevant changes to the CLI code and requests a deployment to the `test-pipeline` environment.
46
+
When approved this pushes the PR to the testing pipeline,
47
+
thus starting the cli integ test build.
48
+
Owner: Core CDK team
49
+
36
50
## Issue Triggered
37
51
38
52
### Closed Issue Message
53
+
39
54
[closed-issue-message.yml](closed-issue-message.yml): Adds a reminder message
40
55
to issues that are closed.
41
56
Owner: CDK support team
42
57
43
58
### Label Assigner
59
+
44
60
[issue-label-assign.yml](issue-label-assign.yml): Github action for automatically adding labels and/or setting assignees when an Issue or PR is opened or edited based on user-defined Area
45
61
Owner: CDK support team
46
62
47
63
## Scheduled Actions
48
64
49
65
### Issue Lifecycle Handling
66
+
50
67
[close-stale-issues.yml](close-stale-issues.yml): Handles labeling issues and
51
68
PRs with `closing-soon`, `response-requested`, etc.
52
69
Owner: CDK support team
53
70
54
71
### Yarn Upgrader
72
+
55
73
[yarn-upgrade.yml](yarn-upgrade.yml): Upgrades yarn dependencies and creates a
56
74
patch file for downloading.
57
75
Owner: Core CDK team
58
76
59
77
### Issue Reprioritizer
78
+
60
79
[issue-reprioritization.yml](issue-reprioritization.yml): GitHub action that labels `p2`
61
80
issues as `p1` if a certain level of community engagement is met.
62
81
Owner: Core CDK team
63
82
64
83
### Issue Metrics
65
-
[issue-metrics.yml](issue-metrics.yml): GitHub action that runs monthly to report on metrics for issues created last month.
66
-
Owner: Core CDK team
84
+
85
+
[repo-metrics.yml](repo-metrics.yml): GitHub action that runs monthly to report on metrics for issues and PRs created last month.
0 commit comments