-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial Project Creation #1
Comments
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
… to convert it to work similarly but for GitHub Issues instead of Jira Issues.
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
…this repository has been cloned from.
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
…sed as well as disabling the commitlint checking until we configure it as per our rules.
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
…n all tests. Must be a more idiomatic way by updating package.json, but not sure, so committing this for now.
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
…t's just less confusing, for prettier especially.
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
… since by definition they are temporary and so should only exist on feature branches.
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
…e to distinguish missing vs invalid issue numbers.
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
…berMissingRuleResolver and githubIssueNumberFormatRuleResolver rules.
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
…the package versions in step with each other since there aren't many packages so simplest this way.
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
… reference new scoped package names.
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 22, 2020
danrivett
added a commit
that referenced
this issue
Feb 23, 2020
danrivett
added a commit
that referenced
this issue
Feb 23, 2020
danrivett
added a commit
that referenced
this issue
Feb 23, 2020
danrivett
added a commit
that referenced
this issue
Feb 23, 2020
danrivett
added a commit
that referenced
this issue
Feb 23, 2020
…mits in PRs to prevent them from being merged.
danrivett
added a commit
that referenced
this issue
Feb 23, 2020
…P commits in PRs to prevent them from being merged.
danrivett
added a commit
that referenced
this issue
Feb 23, 2020
…e commit messages because the PR branch was checked out as a detached head, see error below: [error]error running commitlint fatal: ambiguous argument '46bb5821095a7e8e1ffd48f4697eec3c593c9b24^1..46bb582': unknown revision or path not in the working tree.
danrivett
added a commit
that referenced
this issue
Feb 23, 2020
…on as local file references does not appear to be working when run from a GitHub PR action.
danrivett
added a commit
that referenced
this issue
Feb 23, 2020
…m the beginning as trying to see why it's not failing with a WIP commit in this PR.
danrivett
added a commit
that referenced
this issue
Feb 23, 2020
…mits in PRs to prevent them from being merged.
danrivett
added a commit
that referenced
this issue
Feb 23, 2020
…e commit messages because the PR branch was checked out as a detached head, see error below: [error]error running commitlint fatal: ambiguous argument '46bb5821095a7e8e1ffd48f4697eec3c593c9b24^1..46bb582': unknown revision or path not in the working tree.
danrivett
added a commit
that referenced
this issue
Feb 23, 2020
…e commit messages because the PR branch was checked out as a detached head. The error we received is below: error running commitlint fatal: ambiguous argument '46bb5821095a7e8e1ffd48f4697eec3c593c9b24^1..46bb582': unknown revision or path not in the working tree. This was solved using a solution reported here: actions/checkout#124 (comment)
danrivett
added a commit
that referenced
this issue
Feb 23, 2020
…ssages because the PR branch was checked out as a detached head. The error we received is below: error running commitlint fatal: ambiguous argument '46bb5821095a7e8e1ffd48f4697eec3c593c9b24^1..46bb582': unknown revision or path not in the working tree. This was solved using a solution reported here: actions/checkout#124 (comment)
Closing this Issue off as the basic implementation is working and has been published to NPM. Also adding a GitHub action to validate pushes and PRs which was tested using PR: #2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This task tracks the initial project creation.
It's a bit of a monolithic issue, but currently there's only me working on this so there's less reason to.
The text was updated successfully, but these errors were encountered: