Skip to content

Commit 57b655a

Browse files
SNOW-582913 bringing GH settings up to date (#280)
1 parent 28b4e19 commit 57b655a

File tree

5 files changed

+34
-6
lines changed

5 files changed

+34
-6
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
assignees:
8+
- "sfc-gh-mkeller"

.github/pull_request_template.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Please answer these questions before submitting your pull requests. Thanks!
2+
3+
1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
4+
5+
Fixes #NNNN
6+
7+
2. Fill out the following pre-review checklist:
8+
9+
- [ ] I am adding a new automated test(s) to verify correctness of my new code
10+
- [ ] I am adding new logging messages
11+
- [ ] I am adding new credentials
12+
- [ ] I am adding a new dependency
13+
14+
3. Please describe how your code solves the related issue.
15+
16+
Please write a short description of how your code change solves the related issue.

.github/workflows/jira_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
summary: '${{ github.event.issue.title }}'
3636
description: |
3737
${{ github.event.issue.body }} \\ \\ _Created from GitHub Action_ for ${{ github.event.issue.html_url }}
38-
fields: '{ "customfield_11401": {"id": "13475"}, "assignee": {"id": "61027a219798100070592b20"} }'
38+
fields: '{"customfield_11401":{"id":"13474"},"assignee":{"id":"61027a237ab143006ecfb9a2"},"components":[{"id":"16161"},{"id":"16403"}]}'
3939

4040
- name: Update GitHub Issue
4141
uses: ./jira/gajira-issue-update

.gitignore

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.svn
1+
test/parameters*.py
2+
23
# Byte-compiled / optimized / DLL files
3-
.tox
44
__pycache__/
55
*.py[cod]
66
*$py.class
@@ -81,7 +81,7 @@ celerybeat-schedule
8181
.env
8282

8383
# virtualenv
84-
venv/
84+
venv*/
8585
ENV/
8686

8787
# Spyder project settings
@@ -94,9 +94,14 @@ ENV/
9494
*.swp
9595

9696
# others
97+
.tox/
9798
generated_version.py
9899
*coverage.xml
99-
parameters.py
100+
101+
# Editor specific
102+
.idea/
103+
.vscode/
104+
*.code-workspace
100105

101106
# WhiteSource Scan
102107
wss-*agent.config

test/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)