aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRiley Park <[email protected]>2024-04-28 12:12:57 -0700
committerRiley Park <[email protected]>2024-04-28 12:12:57 -0700
commit82a801201ee9b92568e2fc757f4ab33e03ba31b3 (patch)
tree392dade4c0a442dbfa5b7af1650462ae457506e2 /.github
parent0f3e324152d03fdeb11ea8762325fc600d1e7fcb (diff)
downloadPaper-82a801201ee9b92568e2fc757f4ab33e03ba31b3.tar.gz
Paper-82a801201ee9b92568e2fc757f4ab33e03ba31b3.zip
[ci skip] adjust projects workflow for label changes
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/projects.yml44
2 files changed, 22 insertions, 24 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 994352016e..8ff54667ec 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
- name: Apply Patches
run: |
git config --global user.email "[email protected]"
- git config --global user.name "Github Actions"
+ git config --global user.name "GitHub Actions"
./gradlew applyPatches --stacktrace
- name: Build
diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml
index 979d00e5e4..253f6314d2 100644
--- a/.github/workflows/projects.yml
+++ b/.github/workflows/projects.yml
@@ -33,25 +33,23 @@ jobs:
column-field: Status
label-to-column-map: |
{
- "status: needs triage": "🕑 Needs Triage",
+ "resolution: cannot reproduce": "Invalid",
+ "resolution: duplicate": "Invalid",
+ "resolution: incomplete": "Invalid",
+ "resolution: invalid": "Invalid",
+ "resolution: superseded": "Invalid",
+ "resolution: unsupported": "Invalid",
+ "resolution: won't fix": "Invalid",
+ "resolution: works as intended": "Invalid",
"status: accepted": "✅ Accepted",
- "status: unlikely": "✅ Accepted",
- "status: in progress": "Needs Work",
- "status: rebase required": "Needs Work",
+ "status: awaiting response": "⌛ Waiting for Reporter",
"status: blocked": "Needs Work",
"status: defer upstream": "Needs Work",
+ "status: in progress": "Needs Work",
"status: input wanted": "Needs Work",
- "we must go deeper": "Needs Work",
- "has rough edges": "Needs Work",
- "status: waiting on reporter": "⌛ Waiting for Reporter",
- "resolution: works-as-intended": "Invalid",
- "resolution: invalid": "Invalid",
- "resolution: wontfix": "Invalid",
- "resolution: duplicate": "Invalid",
- "resolution: cannot reproduce": "Invalid",
- "resolution: unsupported": "Invalid",
- "resolution: incomplete": "Invalid",
- "resolution: superseded": "Invalid"
+ "status: needs triage": "🕑 Needs Triage",
+ "status: rebase required": "Needs Work",
+ "status: unlikely": "✅ Accepted"
}
- uses: PaperMC/[email protected]
@@ -65,14 +63,14 @@ jobs:
# include "status: needs triage" below to catch any closed issues without setting a resolution
label-to-column-map: |
{
- "status: accepted": "Done",
- "status: needs triage": "Invalid",
- "resolution: works-as-intended": "Invalid",
- "resolution: invalid": "Invalid",
- "resolution: wontfix": "Invalid",
- "resolution: duplicate": "Invalid",
"resolution: cannot reproduce": "Invalid",
- "resolution: unsupported": "Invalid",
+ "resolution: duplicate": "Invalid",
"resolution: incomplete": "Invalid",
- "resolution: superseded": "Invalid"
+ "resolution: invalid": "Invalid",
+ "resolution: superseded": "Invalid",
+ "resolution: unsupported": "Invalid",
+ "resolution: won't fix": "Invalid",
+ "resolution: works as intended": "Invalid",
+ "status: accepted": "Done",
+ "status: needs triage": "Invalid",
}