-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autoassign new issues to the Development Github project #601
Merged
Conversation
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
As it says on the tin relates to #599 Signed-off-by: Adam Reif <garandor@manta.network>
ghzlatarev
reviewed
Jun 13, 2022
ghzlatarev
reviewed
Jun 13, 2022
constrain to newly opened issues Signed-off-by: Adam Reif <garandor@manta.network>
@Garandor Does this need to be a |
Signed-off-by: Adam Reif <garandor@manta.network>
Thanks, totally didn't notice I forgot the extension. Not sure tbh if it strictly needs the extension, but consistency ifself is reason enough to add it. |
Signed-off-by: Adam Reif <garandor@manta.network>
ghzlatarev
reviewed
Jun 15, 2022
ghzlatarev
previously approved these changes
Jun 15, 2022
Signed-off-by: Adam Reif <garandor@manta.network>
Signed-off-by: Adam Reif <garandor@manta.network>
ghzlatarev
approved these changes
Jun 16, 2022
Garandor
changed the title
Autoassign new issues to the Dev project
Autoassign new issues to the Development Github project
Jun 20, 2022
Dengjianping
approved these changes
Jun 22, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Garandor
pushed a commit
that referenced
this pull request
Jun 28, 2022
https://github.com/srggrs/assign-one-project-github-action#organisation-or-user-project Signed-off-by: Adam Reif <garandor@manta.network>
ghzlatarev
pushed a commit
that referenced
this pull request
Jun 29, 2022
stechu
pushed a commit
that referenced
this pull request
Jul 11, 2022
There's a difference.
No status means "needs decision on when"
Backlog means "declared not important for now"
…On Mon, Jun 13, 2022, 7:13 AM Georgi Zlatarev ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In .github/workflows/assign_new_issue_to_project
<#601 (comment)>:
> +name: Auto Assign Issues to Projects
+
+on: issues
+env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
+jobs:
+ assign_to_project:
+ runs-on: ubuntu-latest
+ name: Assign topic to Project
+ steps:
+ - name: Assign issues with new-topic label to GitHub Project
+ uses: ***@***.***
+ with:
+ project: 'https://github.com/orgs/Manta-Network/projects/8'
+ column_name: 'No Status'
Probably better to just rename the No Status to Backlog instead of having
them both.
—
Reply to this email directly, view it on GitHub
<#601 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAKSVZFIYLN4U4DYU7R3V3VO4QVNANCNFSM5YT7VE2Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Garandor
pushed a commit
that referenced
this pull request
Dec 16, 2022
This reverts commit 054c8ef. Signed-off-by: Adam Reif <Garandor@manta.network>
ghzlatarev
pushed a commit
that referenced
this pull request
Dec 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As it says on the tin
fix #599
Signed-off-by: Adam Reif garandor@manta.network
Description
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
CI workflow changes only, checklist not required