-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add GitHub action for issue triaging script #14691
Conversation
@adbridge, thank you for your changes. |
.github/workflows/main.yml
Outdated
- name: Checkout repo | ||
uses: actions/checkout@v2 | ||
|
||
- name: Python stuff |
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.
- name: Python stuff | |
- name: Install python env |
.github/workflows/main.yml
Outdated
with: | ||
python-version: 3.8 | ||
|
||
- name: Checkout mbed-os-scripts repo |
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.
as t his is yaml, we can add a comment the repository is private
.
A question will be if we can move the script to a public repo. I would say this one should be part of this repository, we can take that separately.
@0xc0170 comments addressed |
@adbridge, thank you for your changes. |
@adbridge, thank you for your changes. |
Improve comments
CI started |
- name: Checkout mbed-os-scripts repo (This repo is currently private) | ||
uses: actions/checkout@v2 | ||
with: | ||
repository: ARMmbed/mbed-os-ci-scripts |
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.
This works fine even with this repo being private?
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.
Seems so
- name: Checkout mbed-os-scripts repo (This repo is currently private) | ||
uses: actions/checkout@v2 | ||
with: | ||
repository: ARMmbed/mbed-os-ci-scripts |
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.
Seems so
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
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.
found a few spaces here while checking git diff for other stuff
Summary of changes
This PR adds a GitHub action to perform the issue triaging feature each time a new issue is created or an existing issue
reopened.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers