Skip to content

Commit

Permalink
Merge branch '0.9.0' of github.com:m4dm4rtig4n/myelectricaldata into …
Browse files Browse the repository at this point in the history
…0.9.0
  • Loading branch information
m4dm4rtig4n committed May 16, 2023
2 parents 2795043 + 9d35192 commit e6f577f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-close.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
on:
issues:
types: [opened]
types: [opened]
permissions:
contents: write
issues: write
issues: write
jobs:
titlePrefixCheck:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close_issue.old
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
# days-before-pr-stale: -1
# days-before-pr-close: -1
# repo-token: ${{ secrets.GITHUB_TOKEN }}
# repo-token: ${{ secrets.GITHUB_TOKEN }}
39 changes: 1 addition & 38 deletions .github/workflows/issue_project.old
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# name: Update Projects
#
# on:
# issues:
# types:
# - labeled
# - unlabeled
#
# concurrency:
# group: update-projects-${{ github.event_name }}
# cancel-in-progress: true
#
#
# jobs:
# issues:
# runs-on: ubuntu-latest
Expand All @@ -27,36 +22,4 @@
# "enhancement": "BACKLOG",
# "wontfix": "BACKLOG",
# "duplicate": "BACKLOG"
# }
#
#name: Auto Assign to Project(s)
#
#on:
# issues:
# types: [opened, labeled]
# pull_request_target:
# types: [opened, labeled]
# issue_comment:
# types: [created]
#env:
# MY_GITHUB_TOKEN: ${{ secrets.GH_PAT }}
#
#jobs:
# assign_one_project:
# runs-on: ubuntu-latest
# name: Assign to One Project
# steps:
# - name: Assign NEW issues and NEW pull requests to project 2
# uses: srggrs/assign-one-project-github-action@1.2.1
# if: github.event.action == 'opened'
# with:
# project: 'https://github.com/orgs/MyElectricalData/projects/1/views/1'
#
# - name: Assign issues and pull requests with `bug` label to project 3
# uses: srggrs/assign-one-project-github-action@1.2.1
# if: |
# contains(github.event.issue.labels.*.name, 'bug') ||
# contains(github.event.pull_request.labels.*.name, 'bug')
# with:
# project: 'https://github.com/orgs/MyElectricalData/projects/1/views/1'
# column_name: 'BACKLOG"
# }

0 comments on commit e6f577f

Please sign in to comment.