From 652b9f82327003822bb294036df3207aa0b5e99f Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Wed, 6 Jan 2021 20:48:20 -0500 Subject: [PATCH] Cleanup (#462) * Remove feature request template Those should now start in discussions https://github.com/pelletier/go-toml/discussions * Update lincese year * ci: do not run coverage on master It only makes sense to report it for diffs on pull requests. --- .github/ISSUE_TEMPLATE/feature_request.md | 17 ----------------- LICENSE | 2 +- azure-pipelines.yml | 1 + 3 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 066b2d9..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/LICENSE b/LICENSE index 583bdae..3a38ac2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013 - 2017 Thomas Pelletier, Eric Anderton +Copyright (c) 2013 - 2021 Thomas Pelletier, Eric Anderton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bd22e7d..8c68316 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,7 @@ stages: arguments: './...' - job: coverage displayName: "coverage" + condition: ne(variables['Build.SourceBranchName'], 'master') pool: vmImage: ubuntu-latest steps: