-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Added GitHub native issue connection and Projects estimate field support #50
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
Changes from all commits
5c3b28b
cff06b4
5aa2f0f
75b7949
8b54e72
2c8214d
167abb2
2f9e533
6365798
f03de75
8b37640
df5cd44
3195830
8730009
9e4b133
76727dd
d49595f
bb90fb5
96401b2
7fc4f42
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,12 @@ | ||
| # This is an original action workflow, not the organization-wide one. | ||
| name: [Testing] Apify PR toolkit | ||
| name: "[Testing] Apify PR toolkit" | ||
|
|
||
| on: | ||
| pull_request: | ||
| types: ['opened', 'reopened', 'synchronize', 'labeled', 'unlabeled', 'edited', 'ready_for_review'] # The first 3 are default. | ||
|
|
||
| concurrency: # This is to make sure that it's executed only for the most recent changes of PR. | ||
| group: ${{ github.ref }} | ||
| group: testing-${{ github.ref }} | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The org-level required workflow ( |
||
| cancel-in-progress: true | ||
|
|
||
| jobs: | ||
|
|
||
Large diffs are not rendered by default.
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.
@drobnikj
[Testing]is not a valid YAML format 😄 The workflow was broken since the naming change here