Skip to content
Snippets Groups Projects
Unverified Commit 684afc00 authored by Jirka Borovec's avatar Jirka Borovec Committed by GitHub
Browse files

add Badges (#12)

* add badges
* bot configs
* fewer tests
* cache dataset
parent 1a1cb6c1
No related branches found
No related tags found
No related merge requests found
# https://github.com/marketplace/stale
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 90
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 30
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
...@@ -19,7 +19,7 @@ jobs: ...@@ -19,7 +19,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-20.04, macOS-10.15, windows-2019] os: [ubuntu-20.04, macOS-10.15, windows-2019]
python-version: [3.6, 3.7, 3.8] python-version: [3.6, 3.8] # , 3.7
requires: ['minimal', 'latest'] requires: ['minimal', 'latest']
# Timeout: https://stackoverflow.com/a/59076067/4521646 # Timeout: https://stackoverflow.com/a/59076067/4521646
...@@ -67,12 +67,12 @@ jobs: ...@@ -67,12 +67,12 @@ jobs:
pip list pip list
shell: bash shell: bash
#- name: Cache datasets - name: Cache datasets
# uses: actions/cache@v2 uses: actions/cache@v2
# with: with:
# path: Datasets # This path is specific to Ubuntu path: MNIST # This path is specific to Ubuntu
# # Look to see if there is a cache hit for the corresponding requirements file # Look to see if there is a cache hit for the corresponding requirements file
# key: pl-datasets key: pl-datasets
- name: Tests - name: Tests
run: | run: |
......
name: Greetings
# https://github.com/marketplace/actions/first-interaction
on: [issues] # pull_request
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hi! thanks for your contribution!, great first issue!'
pr-message: 'Hey thanks for the input! Please give us a bit of time to review it!'
...@@ -25,7 +25,9 @@ ARXIV ...@@ -25,7 +25,9 @@ ARXIV
[![Paper](http://img.shields.io/badge/arxiv-math.co:1480.1111-B31B1B.svg)](https://www.nature.com/articles/nature14539) [![Paper](http://img.shields.io/badge/arxiv-math.co:1480.1111-B31B1B.svg)](https://www.nature.com/articles/nature14539)
--> -->
[![CI testing](https://github.com/PyTorchLightning/pytorch-lightning-conference-seed/workflows/CI%20testing/badge.svg)](https://github.com/PyTorchLightning/pytorch-lightning-conference-seed/actions?query=workflow%3A%22CI+testing%22)
![Check Code formatting](https://github.com/PyTorchLightning/pytorch-lightning-conference-seed/workflows/Check%20Code%20formatting/badge.svg)
[![codecov](https://codecov.io/gh/PyTorchLightning/pytorch-lightning-conference-seed/branch/master/graph/badge.svg)](https://codecov.io/gh/PyTorchLightning/pytorch-lightning-conference-seed)
<!-- <!--
Conference Conference
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment