Skip to content

Commit

Permalink
Updated timelog, and a little prep for next change
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Jan 11, 2022
1 parent 0d42870 commit ed05038
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/issue-branch.yml
Expand Up @@ -11,6 +11,12 @@ jobs:
if: startsWith(github.event.comment.body, '/cib') || startsWith(github.event.comment.body, '/create-issue-branch')
runs-on: ubuntu-latest
steps:
- name: View context && event attributes
uses: actions/github-script@v5
with:
script: |
console.log(context)
console.log(github.event)
- name: Close issue
uses: actions/github-script@v5
with:
Expand Down
4 changes: 4 additions & 0 deletions timelog.md
Expand Up @@ -326,3 +326,7 @@ Time taken off to unwind and relax for Christmas and New Year.

* *1 hour* Issue [#75](https://github.com/ineshbose/portion-mate/issues/75)
* *1 hour* Issue [#77](https://github.com/ineshbose/portion-mate/issues/77)

### 11 January 2022

* *4 hours* Issue [#71](https://github.com/ineshbose/portion-mate/issues/71)

0 comments on commit ed05038

Please sign in to comment.